ExecutableFileType

Represents the type of executable file.

Constructors

Link copied to clipboard
constructor(i: Byte)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun isElf(): Boolean

Returns true if this is an ELF file.

Link copied to clipboard

Returns true if this is a Mach-O file.

Link copied to clipboard
fun isPE(): Boolean

Returns true if this is a PE file.

Link copied to clipboard
open override fun toString(): String