changbiao / cutter

Free and open-source GUI for radare2 reverse engineering framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cutter logo

Cutter

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.

Build Status Build status Total alerts

Screenshot

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 here.

Help

Right now the best place to obtain help from Cutter developers and community is to contact us on:

About

Free and open-source GUI for radare2 reverse engineering framework

License:GNU General Public License v3.0


Languages

Language:C++ 92.1%Language:CMake 2.1%Language:QMake 1.9%Language:Python 1.3%Language:Shell 1.2%Language:Meson 0.6%Language:Batchfile 0.3%Language:Makefile 0.2%Language:PowerShell 0.2%Language:Dockerfile 0.1%Language:C 0.1%Language:Ruby 0.0%