ida_run_script
Execute raw IDAPython code inside IDA Pro to cover any operation not supported by other debugging and analysis 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. |