Free and Open Source Reverse Engineering Platform powered by rizin
Go to file
2018-04-16 19:18:36 +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@7b27528807 Radare2 update 2018-04-11 11:44:01 +02:00
scripts Fix RPATH for bundled Python in AppImage (Fix #437) 2018-04-14 23:51:10 +02:00
src Limit Disassembly scrolling from 0 and RVA_MAX 2018-04-15 19:06:05 +02:00
.appveyor.yml Fix AppVeyor build 2018-04-16 19:18:36 +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 Remove NSS from AppImage 2018-04-14 16:24:53 +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: