idapython
Installation
SKILL.md
Python Execution SQL Functions
| Function | Description |
|---|---|
idapython_snippet(code[, sandbox]) |
Execute Python snippet and return captured output text |
idapython_file(path[, sandbox]) |
Execute Python file and return captured output text |
Runtime Guard
Python execution is disabled by default. Enable it with:
PRAGMA idasql.enable_idapython = 1;