ELF64

Undocumented in source.

Constructors

this
this(MmFile file)
Undocumented in source.

Members

Functions

buildSection
ELFSection64 buildSection(ubyte[] sectionData)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

header
ELFHeader header [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

m_header
ELFHeader64 m_header;
Undocumented in source.

Inherited Members

From ELF

m_file
MmFile m_file;
Undocumented in source.
fromFile
ELF fromFile(string filepath)
Undocumented in source. Be warned that the author may not have intended to support it.
fromFile
ELF fromFile(MmFile file)
Undocumented in source. Be warned that the author may not have intended to support it.
header
ELFHeader header [@property getter]
Undocumented in source.
buildSection
ELFSection buildSection(ubyte[] section)
Undocumented in source.
sections
auto sections [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
getSection
Nullable!ELFSection getSection(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getSectionNamesStringTable
StringTable getSectionNamesStringTable()
Undocumented in source. Be warned that the author may not have intended to support it.
getSymbolsStringTable
Nullable!StringTable getSymbolsStringTable()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta