Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.19 KB

File metadata and controls

32 lines (24 loc) · 1.19 KB

ELFModel

Properties

Name Type Description Notes
fileType String
architecture String
endianness String
entryPoint Integer
entryPointBytes String
importHash String
exportHash String
buildId String
security ELFSecurity
sections List<ELFSection>
segments List<ELFSegment>
symbols List<ELFSymbol>
dynamicSymbols List<ELFSymbol>
relocations List<ELFRelocation>
imports ELFImportModel
exportedFunctions List<String>
dynamicEntries List<ElfDynamicEntry>
notes List<Map<String, Object>>
debugInfo Map<String, Object>
versionInfo Map<String, Object>