Code Monkey home page Code Monkey logo

cutter's Introduction

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.

  • Linux: use the AppImage file. Then just make it executable and run it:
    • chmod +x Cutter-v1.6-x86_64.AppImage
    • ./Cutter-v1.6-x86_64.AppImage

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
Important note:

When using the default build.sh script you might encounter a ModuleNotFoundError upon starting Cutter. This can be resolved by either

  1. disabling the optional jupyter support during building by modifying build.sh as follows:

    • Uncomment #QMAKE_CONF="CUTTER_ENABLE_JUPYTER=false CUTTER_ENABLE_QTWEBENGINE=false"
    • Comment out the prior empty QMAKE_CONF=""
  2. or alternatively by installing the two python dependencies manually afterwards via:

pip3 install notebook jupyter_client

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.

Docker

To deploy cutter using a pre-built Dockerfile, it's possible to use the provided configuration. The corresponding README.md file also contains instructions on how to get started using the docker image with minimal effort.

Global shortcuts

Shortcut Function
. Focus console input
G/S Focus search bar
Ctrl/Cmd+R Refresh contents

Disassembly view shortcuts

Shortcut Function
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

Graph view shortcuts

Shortcut Function
Esc Seek to previous position
Space Switch to disassembly view
Ctrl/Cmd+MouseWheel Zoom
+ Zoom in
- Zoom out
= Reset zoom
J Next instruction
K Previous instruction

Debug shortcuts

Shortcut Function
F9 Start debug
F7 Step into
F8 Step over
F5 Continue
F2/(Ctrl/Cmd)+B Add breakpoint

Help

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

cutter's People

Contributors

thestr4ng3r avatar xarkes avatar hteso avatar fcasal avatar ballessay avatar mrexodia avatar pelijah avatar nezza avatar pwntester avatar siebelstim avatar radare avatar probonopd avatar abogical avatar itayc0hen avatar rrreeezzz avatar ps1337 avatar jubal-r avatar properrr avatar xaltonon avatar ndaprela avatar 0xcpy avatar dukebarman avatar xiaogrill avatar sergiodmn avatar dtzwill avatar aiosin avatar moebiuz avatar stracex avatar trufae avatar mohe2015 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.