mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 19:36:11 +00:00
24 lines
681 B
Markdown
24 lines
681 B
Markdown
---
|
|
homepage: true
|
|
---
|
|
|
|
# Overview
|
|
|
|
Cutter is a C++ graphical user interface for the reverse engineering framework radare2.
|
|
|
|
[//]: # ![Screenshot](https://raw.githubusercontent.com/radareorg/cutter/master/docs/images/screenshot.png)
|
|
|
|
# Getting started
|
|
|
|
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).
|
|
|
|
## Analysis
|
|
|
|
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.
|
|
|
|
# Building Cutter
|
|
|
|
To build Cutter, follow [this guide](building.md).
|
|
|