- 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.