miunasumiunasuCommunityยท1 Agent Skills Included

IDA-Skill

Automated malware reverse engineering with IDA Pro

Automates static malware analysis in IDA Pro by extracting imports, strings, decompiled code, and cross-references. Identifies C2 communication, process injection, persistence mechanisms, and encryption algorithms without manual reverse engineering. Includes built-in tools for function renaming, crypto detection, and export analysis to produce complete threat reports faster.
npx skills add miunasu/IDA-Skill --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’