Cutter is a free and open-source reverse engineering framework powered by radare2 . 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.
Learn more at https://cutter.re.
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 Caskbrew 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>
To build Cutter on your local machine, please follow this guide: Building from source
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.
You can find our documentation in our website.
Cutter supports both Python and Native C++ plugins. Want to extend Cutter with Plugins? Read the Plugins section on our documentation.
Our community built many plugins and useful scripts for Cutter such as the native integration of Ghidra decompiler or the plugin to visualize DynamoRIO code coverage. You can find more plugins in the following list. Don't hesitate to extend it with your own plugins and scripts for Cutter.
The best place to obtain help from Cutter developers and community is to contact us on:
- Telegram: https://t.me/r2cutter
- IRC: #cutter on irc.freenode.net
- Twitter: @r2gui