Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.29 KB

File metadata and controls

38 lines (26 loc) · 1.29 KB

RenderedToken

Properties

Name Type Description Notes
dataTypeId Long Data type this token names, or for a field the type that declares it. Scoped by the response's analysis_id. [optional]
functionId Long Function this token calls or names. Absent when the address reaches no function of this binary. [optional]
importedFunctionId Long Imported function this token calls. Set instead of function_id for an external call. [optional]
kind KindEnum What the token names.
vaddr Long Virtual address the token resolves to. Absent for a token with no address. [optional]
value String Name the token resolves to.

Enum: KindEnum

Name Value
OWN_FUNCTION "own_function"
FUNCTION "function"
FUNCPTR "funcptr"
TYPE "type"
FIELD "field"
PARAM "param"
LOCAL "local"
GLOBAL "global"
ENUM "enum"
LABEL "label"
STRING "string"
FLOAT "float"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"