idawilli
IDA Pro plugins, headless binary analysis, and reverse engineering
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install idawilli?โผ
Run `npx skills add williballenthin/idawilli --all -g -y` in your terminal to install all skills in this suite globally.
How to analyze binaries with IDA Pro headlessly?โผ
The idalib-analysis skill opens binaries with the IDA Domain API in headless mode, letting your agent extract functions, strings, and cross-references via small Python scripts without the GUI.
What IDA Pro plugins are included?โผ
The suite ships plugins for operation logging (oplog), call colorizing, bookmark hints, function tagging, and global structure dissection, plus a manager for packaging third-party plugins.
How to run IDA Pro in GitHub Actions?โผ
The ida-and-github-actions skill provides a tested workflow covering IDA installation via HCLI, Python venv setup, and idapyswitch registration for CI testing.
Do I need a Hex-Rays decompiler license?โผ
Only for pseudocode output. Disassembly, strings, and cross-reference analysis work with a standard IDA Pro license, and the skills include fallbacks when decompilation is unavailable.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core