
One of the best reverse engineering tool is Radare2, but Radare2 is run on CLI mode which is confusing for some people. Cutter is free and open source tool to make Radare2 GUI (Graphical User Interface). You will able perform reverse engineering with Radare2 without typing command in terminal, Radare2 will show just like windows applications.
Description
Cutter is a free and open-source GUI for radare2 reverse engineering framework. Its goal is making an advanced, customizable and FOSS reverse-engineering platform while keeping the user experience at mind. Cutter is created by reverse engineers for reverse engineers.

Downloading a release
Cutter is available for all platforms (Linux, macOS, Windows). You can download the latest release here.
Cutter is available for all platforms (Linux, macOS, Windows). You can download the latest release here.
- macOS: Download the latest .dmg file or use Homebrew Cask brew cask install cutter.
- Windows: Download the latest Zip archive.
- Linux: Download the latest AppImage file. Then just make it executable and run it :
- chmod +x <appimage_file>
- ./<appimage_file>
Building from sources
To build Cutter on your local machine, please follow this guide: Building from source
Docker
To deploy cutter using a pre-built Dockerfile
, it’s possible to use the provided configuration. The corresponding README.md
file also contains instructions on how to get started using the docker image with minimal effort.
Documentation
You can find our documentation here.
Help
Right now the best place to obtain help from Cutter developers and community is to contact us on:
- https://t.me/r2cutter
- #cutter on irc.freenode.net
- @r2gui on Twitter