2018-09-30 10:52:48 +00:00
---
homepage: true
---
# Overview
2018-09-29 10:43:08 +00:00
Cutter is a C++ graphical user interface for the reverse engineering framework radare2.
2018-09-30 10:52:48 +00:00
[//]: # ![Screenshot ](https://raw.githubusercontent.com/radareorg/cutter/master/docs/images/screenshot.png )
2018-09-29 10:43:08 +00:00
2018-09-30 10:52:48 +00:00
# Getting started
2018-09-29 10:43:08 +00:00
2018-09-30 10:52:48 +00:00
To start playing with Cutter, download the software for your platform on this link: [https://github.com/radareorg/cutter/releases ](https://github.com/radareorg/cutter/releases ).
2018-09-29 10:43:08 +00:00
2018-09-30 10:52:48 +00:00
## Analysis
2018-09-29 10:43:08 +00:00
2018-09-30 10:52:48 +00:00
Analysis in Cutter is (for now) quite different than other reverse engineering applications.
The analysis must complete before you can actually work on the binary.
2018-09-29 10:43:08 +00:00
2018-09-30 10:52:48 +00:00
# Building Cutter
2018-09-29 10:43:08 +00:00
2018-09-30 10:52:48 +00:00
To build Cutter, follow [this guide ](building.md ).
2018-09-29 10:43:08 +00:00