Cutter – Free and Open Source Re Platform Powered by Radare2
1–10 of 43 posts
Re: Cutter – Free and Open Source Re Platform Powered by Radare2
#2Re: Cutter – Free and Open Source Re Platform Powered by Radare2
#3Re: Cutter – Free and Open Source Re Platform Powered by Radare2
#4Re: Cutter – Free and Open Source Re Platform Powered by Radare2
#5“Re” = reverse-engineering in this context.
Re: Cutter – Free and Open Source Re Platform Powered by Radare2
#6Cutter is a truly fantastic piece of software. Now that they’ve incorporated the decompiler from ghidra, its even better!
https://nitter.nixnet.services/r2gui/status/1300792273819635...
Re: Cutter – Free and Open Source Re Platform Powered by Radare2
#7Cutter is a truly fantastic piece of software. Now that they’ve incorporated the decompiler from ghidra, its even better!
Also, you can use Ghidra, RetDec and r2dec decompilers all at the same time inside Cutter. https://nitter.nixnet.services/r2gui/status/1300792273819635...
But I'm very impressed that retdec was able to to get in an early return. Deeply nested ifs are a big pain point for me in ghidra, in cases when the code would be much easier to read with an early return.
Edit: I wonder how it's implemented. Presumably you need some heuristic to decide to duplicate a basic block. Perhaps that could be exposed to the user?
Re: Cutter – Free and Open Source Re Platform Powered by Radare2
#8How does a tool like this compare with a classical disassembler? Is it the same thing plus a GUI to navigate the code?
Re: Cutter – Free and Open Source Re Platform Powered by Radare2
#9Re: Cutter – Free and Open Source Re Platform Powered by Radare2
#10I will confess I use one written by the author of radare2; in fact, it was apparently the precursor to radare.
It is called ired and I keep a copy of it as a single .c file. Compiles quickly on BSD/Linux. Works well with large binary files.