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;
Installs
42
GitHub Stars
45
First Seen
Mar 19, 2026
idapython — allthingsida/idasql-skills