execute_idapython
Run IDAPython scripts directly in IDA Pro to extract binary analysis data, retrieve addresses, or automate reverse engineering tasks by setting the 'result' variable.
Instructions
Execute arbitrary IDAPython code inside the IDA session. Set 'result' or 'output' variable in your script to return data. Example: 'import idc; result = idc.get_screen_ea()'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |