Free and Open Source Reverse Engineering Platform powered by rizin
Go to file
2017-11-27 12:18:47 +01:00
cutter_win32 Remove cutter win32 (#58) 2017-10-15 21:19:48 +02:00
docs Remove QtWebEngine (Fix #60) 2017-10-15 13:40:20 +02:00
radare2@4a58713c56 Update radare2 2017-10-22 22:18:06 +02:00
src Fix #68 2017-11-27 12:18:47 +01:00
.appveyor.yml Modify travis&appveyor regex for tag deployment 2017-11-25 12:51:46 +01:00
.gitignore Remove cutter win32 (#58) 2017-10-15 21:19:48 +02:00
.gitmodules Remove cutter win32 (#58) 2017-10-15 21:19:48 +02:00
.travis.yml Modify travis&appveyor regex for tag deployment 2017-11-25 12:51:46 +01:00
build.bat Fix Qt version in AppVeyor 2017-11-19 15:45:22 +01:00
CONTRIBUTING.md Made CutterCore singleton 2017-10-09 20:09:35 +02:00
LICENSE.md Change license to GPL 3 2017-03-29 19:46:59 +02:00
prepare_r2.bat Multiple jobs for appveyor and deploy (#62) 2017-10-15 22:53:09 +02:00
README.md Update README.md 2017-11-20 21:17:30 +01:00

Cutter

Build Status 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 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.

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

You do not have to do this if you are using a release since r2 is included in those!

  • 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

Building from source

First you must clone the repository:

git clone https://github.com/radareorg/cutter
cd cutter

Building radare2

git submodule init radare2 && git submodule update radare2
cd radare2 && ./sys/install.sh
cd ..

Building cutter

Cutter can be build with two methods: The preferred one is with qmake, but you can also compile it with cmake. Choose the one you want to use.

Method 1: Qmake

mkdir build
cd build
qmake ../src
make

Method 2: CMake

cd src
mkdir build
cd build
cmake ..
make

Then run cutter: ./cutter or ./build/cutter

Note: If radare2 is not installed system-wide (./sys/user.sh installation for instance) you might want to use LD_LIBRARY_PATH=$HOME/bin/prefix/radare2/lib ./cutter to run cutter.

Troubleshoting

On Mac, QT5 apps fail to build on QtCreator if you have the libjpeg lib installed with brew. Run this command to workaround the issue:

sudo mv /usr/local/lib/libjpeg.dylib /usr/local/lib/libjpeg.dylib.not-found

If you encounter the Project ERROR: r_core development package not found try this command instead PKG_CONFIG_PATH=$HOME/bin/prefix/radare2/lib/pkgconfig qmake

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.

Help

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