IDA-Skill
Automated malware reverse engineering with IDA Pro
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install IDA-Skill?โผ
Run `npx skills add miunasu/IDA-Skill --all -g -y` in your terminal to install the skill globally, then set your IDA Pro path in config.json.
How to analyze malware automatically with IDA Pro?โผ
Point the skill at a target binary and it initializes the IDA database, extracts imports, strings, and decompiled code, then traces malicious behaviors like C2 communication and process injection.
Do I need to know IDAPython to use IDA-Skill?โผ
No. The agent reads the built-in instructions and runs the IDAPython scripts for you based on plain-English requests.
Can IDA-Skill detect encryption algorithms in binaries?โผ
Yes. The built-in FindCrypt tool detects AES, DES, RC4, MD5, SHA1, SHA256, Base64, and other crypto constants automatically.
Does IDA-Skill support dynamic debugging?โผ
No. It only performs static analysis and never executes or debugs the target binary, keeping the analysis safe.
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