To someone on the team, the "Contribute" link is broken on the homepage.
Cutter – Free and Open Source Re Platform Powered by Radare2
11–20 of 43 posts
Re: Cutter – Free and Open Source Re Platform Powered by Radare2
#12"an advanced reverse-engineering platform" How does a tool like this compare with a classical disassembler? Is it the same thing plus a GUI to navigate the code?
Examples include ida, ghidra, binary ninja, hopper, and x64dbg; cutter is an opensource program with similar functionality to those.
Re: Cutter – Free and Open Source Re Platform Powered by Radare2
#13Few days ago there was a discussion about hex editors. I 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. https://github.com/radare/ired
I recently went trying to add more modern arm to it, but it's unfortunately not easy to extend. Some of these tools were written by only one or two people and have a lot of work in them which is quite impressive.
Unfortunately that one person codebase also means that it is generally hard to extend and rewrite.
Re: Cutter – Free and Open Source Re Platform Powered by Radare2
#14Few days ago there was a discussion about hex editors. I 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. https://github.com/radare/ired
Re: Cutter – Free and Open Source Re Platform Powered by Radare2
#15"an advanced reverse-engineering platform" How 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
#16Re: Cutter – Free and Open Source Re Platform Powered by Radare2
#17Re: Cutter – Free and Open Source Re Platform Powered by Radare2
#18I have USB device which has some bad software editor and I wanted to reverse engineer the communication protocol between the hardware device and the editor. Does something like this product can help? How would you go about reverse engineering a USB protocol?
Re: Cutter – Free and Open Source Re Platform Powered by Radare2
#19Re: Cutter – Free and Open Source Re Platform Powered by Radare2
#20This seems like an iteration of https://qira.me/ but qira.me is better.
But qira README says: QIRA is a competitor to strace and gdb
This is very different in itself. Cutter is competitor to IDA, Binja or Ghidra. In fact, Debugging in Cutter is still in beta while all other features work very well.