Free and Open Source Reverse Engineering Platform powered by rizin
Go to file
2018-04-23 19:30:41 +02:00
.github Changes for 1.3 release 2018-03-09 16:28:04 +01:00
docs Update docs (#412) 2018-03-20 21:44:32 +01:00
radare2@c79874941e Update radare2 submodule 2018-04-21 11:51:06 +02:00
scripts Use Brewfile in Travis 2018-04-17 19:15:21 +02:00
src Use default font values 2018-04-23 19:30:41 +02:00
.appveyor.yml Modify appveyor deployment 2018-04-23 19:12:32 +02:00
.gitignore Remove cutter_win32 dir (#430) 2018-04-05 10:05:00 +02:00
.gitmodules Remove cutter win32 (#58) 2017-10-15 21:19:48 +02:00
.travis.yml Use Brewfile in Travis 2018-04-17 19:15:21 +02:00
build.bat Remove cutter_win32 dir (#430) 2018-04-05 10:05:00 +02:00
build.sh build.sh: Check for qmake-qt5 (#434) 2018-04-10 08:52:08 +02:00
CONTRIBUTING.md Add --keep-one-line-blocks to astyle 2018-03-21 23:10:52 +01:00
COPYING LICENSE -> COPYING 2017-11-27 17:31:48 +01:00
docker.sh Added docker builder script to build cutter with qt 5.9.1 and run it (#441) 2018-04-14 15:52:48 +02:00
meson.py Update meson.py for changes in r2 2018-03-09 17:34:27 +01:00
prepare_r2.bat Remove cutter_win32 dir (#430) 2018-04-05 10:05:00 +02:00
README.md Update docs (#412) 2018-03-20 21:44:32 +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

Cutter is available for all platforms (Linux, OS X, Windows). 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 --recurse-submodules https://github.com/radareorg/cutter
cd cutter

Building on linux:

./build.sh

Building on Windows:

prepare_r2.bat
build.bat

If any of those do not work, check the more detailed version here.

Check this page for common issues.

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: