Free and Open Source Reverse Engineering Platform powered by rizin
Go to file
Anton Kochkov b11c443a4d
Some checks failed
CI / ${{ matrix.name }} (/usr/bin/gcc-12, /usr/bin/g++-12, ubuntu:22.04, linux-x86_64-system-deps, false, 3.10.x, true, false) (push) Has been cancelled
CI / ${{ matrix.name }} (default, default, 6) (push) Has been cancelled
CI / ${{ matrix.name }} (ubuntu:20.04, linux-x86_64, true, 3.6.x, false, false) (push) Has been cancelled
CI / ${{ matrix.name }} (ubuntu:20.04, tarball, false, 3.6.x, false, true) (push) Has been cancelled
CI / ${{ matrix.name }} (/usr/bin/gcc-7, /usr/bin/g++-7, ubuntu:18.04, linux-x86_64-qt5-system-deps, false, 3.6.x, 5, true) (push) Has been cancelled
CI / ${{ matrix.name }} (ubuntu:18.04, linux-x86_64-qt5, true, 3.6.x, 5, false) (push) Has been cancelled
CI / ${{ matrix.name }} () (push) Has been cancelled
CI / ${{ matrix.name }} (3.12.x) (push) Has been cancelled
CI / ${{ matrix.name }} (arm64, macos-arm64, macos-14, artifact_macos, true) (push) Has been cancelled
CI / ${{ matrix.name }} (false) (push) Has been cancelled
CI / ${{ matrix.name }} (windows-x86_64, windows-2019, artifact_windows, true, 3.12.x) (push) Has been cancelled
CI / ${{ matrix.name }} (x86_64, macos-x86_64, macos-12, true) (push) Has been cancelled
Docs / deploy (push) Has been cancelled
Linter / changes (push) Has been cancelled
coverity-scan / latest (push) Has been cancelled
CI / plugin-test-${{ matrix.name }} (build, artifact_macos, macos-arm64, macos-14) (push) Has been cancelled
CI / plugin-test-${{ matrix.name }} (build, artifact_windows, windows, windows-2019) (push) Has been cancelled
CI / plugin-test-${{ matrix.name }} (build-linux, artifact_linux, linux-x86_64, ubuntu-20.04) (push) Has been cancelled
Linter / clang-format (push) Has been cancelled
Update Rizin to the latest dev (#3380)
2024-10-04 09:32:14 +08:00
.github Add test which compiles the example plugin against release package. 2024-09-13 13:29:24 +03:00
.vscode Enable CUTTER_USE_BUNDLED_RIZIN by default (#2622) 2021-03-15 06:47:51 +02:00
cmake Use qt6 by default (#3366) 2024-08-01 22:14:41 +03:00
dist Use qt6 by default (#3366) 2024-08-01 22:14:41 +03:00
docker Enable CUTTER_USE_BUNDLED_RIZIN by default (#2622) 2021-03-15 06:47:51 +02:00
docs Use qt6 by default (#3366) 2024-08-01 22:14:41 +03:00
rizin@b96f355cfe Update Rizin to the latest dev (#3380) 2024-10-04 09:32:14 +08:00
scripts Update cutter-deps to QT6 (#3363) 2024-07-26 21:53:32 +03:00
src Add test which compiles the example plugin against release package. 2024-09-13 13:29:24 +03:00
_clang-format Use new Rizin API instead of cmdRaw/cmdRawAt (#2770) 2021-09-23 10:15:03 +02:00
.appveyor.yml Use qt6 by default (#3366) 2024-08-01 22:14:41 +03:00
.dockerignore docker: fix and simplify build (#2534) 2021-01-12 10:41:16 +02:00
.gitignore Update cutter-deps to QT6 (#3363) 2024-07-26 21:53:32 +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 Use qt6 by default (#3366) 2024-08-01 22:14:41 +03:00
CONTRIBUTING.md Update references for dev/stable split 2021-12-21 13:39:25 +01:00
COPYING LICENSE -> COPYING 2017-11-27 17:31:48 +01:00
README.md Remove LGTM badge 2023-02-20 21:27:36 +08: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

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: If your distribution provides it, check for cutter package in your package manager (or cutter-re). If not available there, we have setup repositories in OBS for some common distributions. Look at https://software.opensuse.org/package/cutter-re and follow the instructions there. Otherwise download the .AppImage file from our release, 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 either Chocolatey or Scoop:

    choco install cutter

    scoop bucket add extras followed by scoop 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: