Free and Open Source Reverse Engineering Platform powered by rizin
Go to file
xarkes 12316714cf
WIP Analysis panel after file is opened (#278)
* WIP Analysis panel after file is opened
2018-01-27 11:40:26 +01:00
cutter_win32 Remove cutter win32 (#58) 2017-10-15 21:19:48 +02:00
docs Updated Screenshot 2017-12-03 23:04:23 +01:00
radare2@788db85562 Updated r2 (#280) 2018-01-23 19:43:49 +01:00
src WIP Analysis panel after file is opened (#278) 2018-01-27 11:40:26 +01:00
.appveyor.yml WIP Analysis panel after file is opened (#278) 2018-01-27 11:40:26 +01:00
.gitignore Update .gitignore 2017-12-03 22:36:56 +01: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 Cleanup Windows build scripts (#266) 2018-01-03 22:46:30 +04:00
CONTRIBUTING.md Made CutterCore singleton 2017-10-09 20:09:35 +02:00
COPYING LICENSE -> COPYING 2017-11-27 17:31:48 +01:00
prepare_r2.bat Updated r2 (#280) 2018-01-23 19:43:49 +01:00
README.md Fixed broken link to Qt download page (#283) 2018-01-25 16:34:02 +01:00

Cutter

Build Status Build status

A Qt and C++ GUI for radare2 reverse engineering framework (originally named 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.

Installing

Downloading a release

You can download the latest release here.

Building from source

Requirements

Cutter is based on Qt so you will need to have it installed.

Building

First you must clone the repository:

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

/!\ WARNING /!\ This will delete your current radare2 version if any already installed.

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
mkdir build
cd build
cmake ../src
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.

Troubleshooting

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.

Keyboard shortcuts

Shortcut Function
Global shortcuts:
. Focus console input
G & S Focus search bar
F5 Refresh contents
Disassembly view:
Esc Seek to previous position
Space Switch to disassembly graph view
Ctrl/Cmd+C Copy
; Add comment
N Rename current function/flag
Shift+N Rename flag/function used here
X Show Xrefs
Disassembly graph view:
Esc Seek to previous position
Space Switch to disassembly view
+ Zoom in
- Zoom out
= Reset zoom
J Next instruction
K Previous instruction

Help

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