cutter/README.md

42 lines
2.1 KiB
Markdown
Raw Normal View History

2017-10-03 12:45:29 +00:00
# Cutter
[![Build Status](https://travis-ci.org/radareorg/cutter.svg?branch=master)](https://travis-ci.org/radareorg/cutter)
[![Build status](https://ci.appveyor.com/api/projects/status/s9rkx1dn3uy4bfdx/branch/master?svg=true)](https://ci.appveyor.com/project/radare/cutter/branch/master)
2018-10-08 10:51:16 +00:00
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.
![Screenshot](https://raw.githubusercontent.com/radareorg/cutter/master/docs/images/screenshot.png)
# Disclaimer
2017-10-14 18:25:23 +00:00
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.
# Downloading a release
2018-03-07 10:47:00 +00:00
Cutter is available for all platforms (Linux, OS X, Windows).
2017-12-02 18:12:37 +00:00
You can download the latest release [here](https://github.com/radareorg/cutter/releases).
* OSX: Download the latest `.dmg` file.
* Windows: Download the latest archive.
2018-10-08 23:04:59 +00:00
* Linux: use the [AppImage](https://github.com/radareorg/cutter/releases/download/v1.7.2/Cutter-v1.7.2-x86_64.Linux.AppImage) file. Then just make it executable and run it:
* `chmod +x Cutter-v1.7.2-x86_64.Linux.AppImage`
* `./Cutter-v1.7.2-x86_64.Linux.AppImage`
2017-10-14 18:25:23 +00:00
2018-09-30 10:53:31 +00:00
## Building from sources
To build Cutter on your local machine, please follow this guide: [Building from source](https://radareorg.github.io/cutter/building.html)
2017-03-31 09:37:01 +00:00
## Docker
To deploy *cutter* using a pre-built `Dockerfile`, it's possible to use the [provided configuration](docker). The corresponding `README.md` file also contains instructions on how to get started using the docker image with minimal effort.
# Documentation
You can find our documentation [here](https://radareorg.github.io/cutter/).
# Help
2017-03-30 08:43:36 +00:00
Right now the best place to obtain help from *Cutter* developers and community is to contact us on:
2017-03-30 08:43:36 +00:00
- https://t.me/r2cutter
2017-10-04 11:37:35 +00:00
- #cutter on irc.freenode.net
2018-02-25 08:53:29 +00:00
- [@r2gui](https://twitter.com/r2gui) on Twitter