ida-agent-bridge
Reverse engineer binaries through plain-text IDA Pro commands
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install ida-agent-bridge?โผ
Run `npx skills add TsingShui/ida-agent-bridge --all -g -y` in your terminal to install it globally. You also need IDA Pro 9.1+ and Python 3.13+ on your machine.
How to analyze binaries with plain-text commands?โผ
Start the bridge with `ida-bridge yourfile`, then send one-line commands like `!pdc main` or `!axt 0x401320` over a socket to get pseudocode and cross-references instantly.
Does ida-agent-bridge sync decompilation to files?โผ
Yes. Every function's pseudocode is written to a local .c file, and renames, comments, or byte patches update the files and indexes in real time.
Can I run custom Python scripts against the binary?โผ
Yes. Pipe any Python script through the socket connection and the pre-loaded ida-domain API handles functions, strings, xrefs, and type operations.
Does ida-agent-bridge work without the IDA GUI?โผ
Yes. It runs fully headless, so all analysis happens through text commands and exported files without opening the IDA interface.
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