What problem does it solve?
Exporting reverse-engineered binaries from IDA Pro into formats that AI tools can efficiently read is slow and inconsistent, especially when decompilation partially fails or when you need memory, strings, and import/export context together.
Core Features & Use Cases
- Function-by-function decompiled exports: Writes each decompiled function to its own .c file with caller/callee metadata for fast AI navigation.
- Automatic disassembly fallback: Exports .asm files when Hex-Rays decompilation fails, preserving coverage across the binary.
- Full AI-friendly context dump: Exports memory segments (hexdump), strings, imports, exports, plus logs of skipped/failed functions to support deeper analysis and triage.
Use case example: after analyzing a suspicious Windows executable in IDA Pro, export decompile/disassembly plus strings and memory to have an AI review likely vulnerable routines and reconstruct protocol/message parsing from artifacts.
Quick Start
Install the IDA plugin by copying INP.py into your IDA plugins directory, restart IDA Pro, then run the export via Edit → Plugins → Export for AI on your open IDB.