cutter/docs/index.md
2018-09-30 22:53:27 +03:00

31 lines
878 B
Markdown

---
homepage: true
---
# Overview
Cutter is a Qt and C++ GUI for radare2. Its goal is making an advanced, customizable and FOSS reverse-engineering platform while keeping the user experience at mind. Cutter is created by reverse engineers for reverse engineers.
<img src="/images/screenshot.png" alt="Cutter screenshot">
---
# Get Cutter
Cutter is available for all platforms (Linux, OS X, Windows).
You can download the latest release [here](https://github.com/radareorg/cutter/releases).
* OSX: Download the latest `.dmg` file.
* Windows: Download the latest archive.
* Linux: use the AppImage file. Then just make it executable and run it:
* `chmod +x Cutter-v1.7.1-x86_64.AppImage`
* `./Cutter-v1.7.1-x86_64.AppImage`
---
# Building from sources
To build Cutter on your local machine, please follow this guide: [Building from source](building.html)