Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 954 Bytes

File metadata and controls

32 lines (20 loc) · 954 Bytes

FunctionListItem

Properties

Name Type Description Notes
id Long Function id
name String Name of the function
nameSourceType NameSourceTypeEnum The source (process) the function name came from
nameSource NameSourceType The source of the current function name.
mangledName String Mangled name of the function
vaddr Long Function virtual address
size Integer Function size in bytes
debug Boolean Whether the function has debug information

Enum: NameSourceTypeEnum

Name Value
SYSTEM "SYSTEM"
USER "USER"
AUTO_UNSTRIP "AUTO_UNSTRIP"
EXTERNAL "EXTERNAL"
AI_UNSTRIP "AI_UNSTRIP"