Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.03 KB

File metadata and controls

34 lines (22 loc) · 1.03 KB

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"
AI_AGENT "AI_AGENT"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"