ida_run_script
Execute raw IDAPython code in IDA Pro as an escape hatch for any operation not covered by other tools.
Instructions
Execute raw IDAPython code inside IDA Pro. Escape hatch for any operation not covered by other tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | IDAPython code to execute. Use print() to get output. Import idc, idaapi, idautils as needed. |