Free and Open Source Reverse Engineering Platform powered by rizin
Go to file
2018-03-07 11:47:00 +01:00
.github Add Issue Template 2018-02-18 09:30:30 +01:00
cutter_win32 Remove cutter win32 (#58) 2017-10-15 21:19:48 +02:00
docs Easier build instructions 2018-03-06 17:50:09 +01:00
radare2@70bd99da25 Splitted Qt theme and color theme (now using eco/ecoj) 2018-02-26 23:25:23 +01:00
src Cleaning 2018-03-07 08:53:37 +01:00
.appveyor.yml CI Fixes 2018-02-27 21:26:14 +01:00
.gitignore Embed Jupyter using Python/C API 2018-02-27 21:26:14 +01:00
.gitmodules Remove cutter win32 (#58) 2017-10-15 21:19:48 +02:00
.travis.yml Build and install Python in Travis 2018-03-04 17:32:47 +01:00
build.bat Remove environment settings from *.bat scripts (#342) 2018-02-27 09:57:53 +01:00
build.sh Easier build instructions 2018-03-06 17:50:09 +01: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
meson.py Fix meson cutter.pro name 2018-03-06 15:30:13 +01:00
prepare_r2.bat Remove environment settings from *.bat scripts (#342) 2018-02-27 09:57:53 +01:00
README.md Update README.md 2018-03-07 11:47:00 +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 https://github.com/radareorg/cutter
cd cutter

Building on linux:

./build.sh

Building on Windows:

set ARCH=x64
set PYTHON=C:\Python36-x64
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: