Skip to content
/ cutter Public
forked from rizinorg/cutter

A Qt and C++ GUI for radare2 reverse engineering framework

License

Notifications You must be signed in to change notification settings

a1ext/cutter

This branch is 1086 commits behind rizinorg/cutter:dev.

Folders and files

NameName
Last commit message
Last commit date
Mar 7, 2019
Jan 29, 2019
Mar 18, 2019
Feb 28, 2019
Mar 16, 2019
Mar 22, 2019
Mar 19, 2019
Feb 28, 2019
Oct 31, 2018
Mar 19, 2019
Feb 28, 2019
Nov 27, 2017
Mar 10, 2019
Mar 16, 2019
Dec 14, 2018
Feb 21, 2019
Nov 10, 2018

Repository files navigation

Cutter logo

Cutter

Cutter is a Qt and C++ GUI for 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

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

A Qt and C++ GUI for radare2 reverse engineering framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 91.6%
  • QMake 2.1%
  • CMake 1.9%
  • Python 1.9%
  • Shell 1.1%
  • Meson 0.7%
  • Other 0.7%