- Get Decompile code without executing IDA Pro GUI using IDAPython and idat.exe or ida.exe
- JSON formatting [V]
- Add binary info, compile info, build info to output json file [V]
- complete headless [V]
idapro-decompile.py
: only Decompileidapro-headless.py
: get binary info, build info, function decompile info in json format
- 7.7
.\idat64.exe -A -S"path\\to\\script.py" "path\\to\\binary"
.\ida64.exe -A -S"path\\to\\scipt.py" "path\\to\\binary"
- need to give a target binary path with double quotes