Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
Free and Open Source Reverse Engineering Platform powered by radare2
C++ CMake CSS QMake Shell Python Other
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Fix Python version for Coverity GH Action (#2031) Jan 24, 2020
docker docker/Dockerfile*: Use latest alpine image to fix GUI crashes in the… Jan 14, 2020
docs Version 1.10.1 (#2041) Jan 31, 2020
radare2 @ 08478fd Update radare2 to 4.2.1 (#2040) Jan 31, 2020
scripts Bundle r2dec into AppImage (#2023) Jan 24, 2020
src Don't set comments to vertical when resizing (#2045) Feb 1, 2020
.appveyor.yml Version 1.10.1 (#2041) Jan 31, 2020
.dockerignore Allow local development using Docker (#1806) Oct 6, 2019
.gitignore Updated .gitignore with vim and git mergetool extensions (#1947) Dec 19, 2019
.gitmodules Change submodule URL (radare/radareorg) Oct 11, 2019
.lgtm.yml Exclude cpp/short-global-name from LGTM (#1649) Jul 12, 2019
.travis.yml Bundle r2dec into macOS Builds (#2033) Jan 24, 2020
CONTRIBUTING.md Updated links to the documentation (#1229) Feb 28, 2019
COPYING LICENSE -> COPYING Nov 27, 2017
README.md Point build instructions to updated version. (#1881) Nov 18, 2019
build.bat Exclude r2 *.lib files (#1777) Sep 16, 2019
build.sh Shellcheck on build.sh (#1534) May 15, 2019
meson.py Code cleanup (#1535) May 17, 2019
prepare_r2.bat

README.md

Cutter logo

Cutter

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.

Build Status Build status Total alerts

Screenshot

Learn more at https://cutter.re.

Downloading a release

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 in our website.

Plugins

Cutter supports both Python and Native C++ plugins. Want to extend Cutter with Plugins? Read the Plugins section on our documentation.

Official and Community Plugins

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.

Help

The best place to obtain help from Cutter developers and community is to contact us on:

You can’t perform that action at this time.