Documentation
¶
Index ¶
Constants ¶
View Source
const ( MachOExecutableFileFormat = "Mach-O" ELFExecutableFileFormat = "ELF" PEExecutableFileFormat = "PE" UnsupportedExecutableFileFormat = "Unsupported" ELFMagicNumber uint32 = 0x7f454c46 // 0x7f E L F MachO32MacgicNumber uint32 = 0xfeedface MachO64MacgicNumber uint32 = 0xfeedfacf )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExecutableFileFormat ¶
type ExecutableFileFormat string
func IdentifyExecutableFileFormat ¶
func IdentifyExecutableFileFormat(r io.ReaderAt) ExecutableFileFormat
Click to show internal directories.
Click to hide internal directories.