loader.load_settings_set
Set a specific loader setting value in Binary Ninja by providing the session ID, loader type, setting key, and value. Solves the need to configure loaders during automated reverse engineering workflows.
Instructions
Set one loader setting value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| value | Yes | ||
| type_name | Yes | ||
| session_id | Yes | ||
| value_type | No |