JannisKirschner / cutter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cutter

Build Status Build status

A Qt and C++ GUI for radare2 reverse engineering framework (originally named Iaito).

Screenshot

Disclaimer

Cutter is not aimed at existing radare2 users. It instead focuses on those whose are not yet radare2 users because of the learning curve, because they don't like CLI applications or because of the difficulty/instability of radare2.

Downloading a release

Cutter is available for all platforms (Linux, OS X, Windows). You can download the latest release here.

  • OSX: Download the latest .dmg file.
  • Windows: Download the latest archive.
  • Linux: use the AppImage file. Then just make it executable and run it:
    • chmod +x Cutter-v1.7.1-x86_64.AppImage
    • ./Cutter-v1.7.1-x86_64.AppImage

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

License:GNU General Public License v3.0


Languages

Language:C++ 93.5%Language:QMake 1.8%Language:Python 1.5%Language:CMake 1.1%Language:Shell 0.9%Language:Meson 0.5%Language:Makefile 0.3%Language:Batchfile 0.2%Language:Dockerfile 0.2%Language:Ruby 0.0%