Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

You might be interested in the free decompiler Radare2 https://en.wikipedia.org/wiki/Radare2


radare2 is a disassembler, not a decompiler.

Disassembly is a much easier task than decompilation, since it's a mostly mechanical process. Decompilation requires you to undo the optimizations/transformations the compiler did as it generated the binary, which is much harder.

That said radare2 is still cool, and a GUI (Cutter) is in the works.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: