| 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 |
| Name | Value |
|---|---|
| SYSTEM | "SYSTEM" |
| USER | "USER" |
| AUTO_UNSTRIP | "AUTO_UNSTRIP" |
| EXTERNAL | "EXTERNAL" |
| AI_UNSTRIP | "AI_UNSTRIP" |