Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.09 KB

File metadata and controls

21 lines (13 loc) · 1.09 KB

ImportedFunctionDetailOutputBody

Properties

Name Type Description Notes
callers List<ImportedFunctionCallerEntry> Internal functions that call this import, resolved via its PLT/stub addresses.
importedFunctionId Long
isFunction Boolean False for imported data symbols.
libraryName String Library the symbol is imported from. '<EXTERNAL>' for unattributed imports.
libraryVersion String Versioned symbol tag, when the loader records one. [optional]
name String
originalName String Pre-demangling / pre-aliasing name, when it differs from name. [optional]
stubVaddrs List<Long> PLT/stub addresses that resolve external call edges (function_call_edges.callee_vaddr) to this import. Use these to link a caller's external callee to this import.
vaddr Long Virtual address of the import, when known. [optional]