Free and Open Source Reverse Engineering Platform powered by rizin
Go to file
2021-09-14 23:40:01 +02:00
.github CI: use Ubuntu 18.04 as oldest supported build system (#2736) 2021-09-11 13:16:52 +02:00
.vscode Enable CUTTER_USE_BUNDLED_RIZIN by default (#2622) 2021-03-15 06:47:51 +02:00
cmake Add missing rz_diff (#2706) 2021-06-22 15:06:00 +03:00
dist Fix Versions in Info.plist (Fix #2679) (#2740) 2021-09-10 17:51:59 +02:00
docker Enable CUTTER_USE_BUNDLED_RIZIN by default (#2622) 2021-03-15 06:47:51 +02:00
docs Fix wrong path in macos building instructions (#2718) 2021-07-15 12:14:07 +02:00
rizin@709a1814d8 Replace eco Command with API (Fix #2751) (#2759) 2021-09-14 16:59:04 +00:00
scripts Use latest jsdec and rz-ghidra to match rizin version 2021-04-10 10:14:35 +02:00
src Use open API instead of commands (#2757) 2021-09-14 23:40:01 +02:00
_clang-format Add support for clang-format 2021-01-24 18:34:16 +02:00
.appveyor.yml Update version to 2.0.2 2021-04-24 20:52:48 +03:00
.dockerignore docker: fix and simplify build (#2534) 2021-01-12 10:41:16 +02:00
.gitignore Adjust prefix handling due to rizin portable mode changes. (#2671) 2021-04-20 06:34:52 +03:00
.gitmodules Revert Temporary Changes (#2496) 2020-12-08 17:27:54 +01:00
.lgtm.yml Enable CUTTER_USE_BUNDLED_RIZIN by default (#2622) 2021-03-15 06:47:51 +02:00
CMakeLists.txt Update version to 2.0.2 2021-04-24 20:52:48 +03:00
CONTRIBUTING.md More R2/Radare -> Rizin renames (#2516) 2020-12-16 11:59:23 +01:00
COPYING LICENSE -> COPYING 2017-11-27 17:31:48 +01:00
README.md Remove freenode mentions in remaining files (#2703) 2021-06-15 19:23:50 +02:00
SECURITY.md More R2/Radare -> Rizin renames (#2516) 2020-12-16 11:59:23 +01:00

Cutter logo

Cutter

Cutter is a free and open-source reverse engineering platform powered by rizin. It aims at being an advanced and customizable reverse engineering platform while keeping the user experience in mind. Cutter is created by reverse engineers for reverse engineers.

Cutter CI Build status Total alerts

Screenshot

Learn more at cutter.re.

Getting Cutter

Download

Cutter release binaries for all major platforms (Linux, macOS, Windows) can be downloaded from GitHub Releases.

  • Linux: Download the .AppImage file. Then make it executable and run as below or use AppImageLauncher.

    chmod +x Cutter*.AppImage; ./Cutter*.AppImage

  • macOS: Download the .dmg file or use Homebrew Cask:

    brew install --cask cutter

  • Windows: Download the .zip archive or use Chocolatey:

    choco install cutter

Build from sources

To build Cutter from sources, please check the Building Docs.

Docker image

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

User Guide

Contribution Guidelines

Developers Docs

Plugins

Cutter supports both Python and Native C++ plugins.

Our community has 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 a list of cutter plugins linked below. Feel free to extend it with your own plugins and scripts for Cutter.

Official & Community Plugins

Plugins Development Guide

Getting Help

Please use the following channels to ask for help from Cutter developers and community: