ida_rpc
Remote IDA Pro binary analysis, decompilation, and patching
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install ida-rpc?โผ
Run `npx skills add bkerler/ida_rpc --all -g -y` in your terminal to install this skill globally.
How to automate IDA Pro analysis from the command line?โผ
Start a headless daemon with `ida-rpc open <binary> --arch <arch> --detach`, then run commands like `functions`, `decompile`, and `xrefs-to` against the project.
Can ida-rpc analyze raw firmware dumps?โผ
Yes. Use `basefind` to detect the load address, then open the dump with `--arch`, `--base`, and `--loader raw` to auto-configure segments.
Does ida-rpc work without the IDA GUI?โผ
Yes. Headless mode runs via `ida -A`, making it suitable for CI pipelines and automated multi-agent workflows.
What output formats does ida-rpc support?โผ
Commands print human-readable text by default, and you can pass `--json` or set `IDA_RPC_JSON=1` for structured JSON output.
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