type.define_user
Define a custom user type in a Binary Ninja session from a type source string, such as a C structure or enum, to enable structured reverse engineering without a GUI.
Instructions
Define user type from type source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| session_id | Yes | ||
| type_source | Yes | ||
| import_dependencies | No |