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