n100x / cutter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cutter Build Status

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

Screenshot

Screenshot

Disclaimer

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

IMPORTANT: the current status is highly unstable, it is an alpha version aimed for developers. Users please wait for the first stable release with installers.

Requirements

  • Radare2: Make sure that, when cloning the project, you use git clone --recurse-submodules or run git submodule update --init to clone the correct radare2 version. Then execute the following command in the radare2 folder:
sys/install.sh

Platforms

Cutter is developed on OS X, Linux and Windows. The first release for users will include installers for all three platforms.

Documentation

Proper documentation and website will be created before the first release.

Roadmap information for developers can be found here.

Help

Right now the best place to obtain help from cutter developers and community is joining this telegram group:

About

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

License:GNU General Public License v3.0


Languages

Language:C++ 75.3%Language:JavaScript 16.0%Language:HTML 3.9%Language:CSS 2.1%Language:QMake 1.5%Language:CMake 1.3%