retdec

Retargetable decompiler for reverse engineering machine code to C/C++

brewmacoslinux
Try with needOr install directly
Source

About

Retargetable machine-code decompiler based on LLVM

Commands

retdec-decompilerretdec

Examples

Decompile a binary file to C code$ retdec-decompiler /path/to/binary -o output.c
Decompile with JSON output for analysis$ retdec-decompiler binary.exe --format json -o result.json
Decompile and generate HTML report$ retdec-decompiler sample.bin --generate-html -o report.html