Retargetable decompiler for reverse engineering machine code to C/C++
Retargetable machine-code decompiler based on LLVM
retdec-decompilerretdec$ retdec-decompiler /path/to/binary -o output.c$ retdec-decompiler binary.exe --format json -o result.json$ retdec-decompiler sample.bin --generate-html -o report.html