cutter/docs/source/index.rst

57 lines
1.3 KiB
ReStructuredText
Raw Normal View History

2019-02-26 17:49:41 +00:00
Cutter Documentation
====================
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.
.. image:: images/screenshot.png
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.
2019-03-18 19:21:18 +00:00
- Linux: use the AppImage file. Then just make it executable and run it: ``chmod +x Cutter-v1.8.0-x86_64.AppImage``
2019-02-26 17:49:41 +00:00
Building from sources
---------------------
To build Cutter on your local machine, please follow this guide:
`Building from source <building.html>`__
Need help?
----------
You can contact the *Cutter* developers and community on:
- Telegram: https://t.me/r2cutter
- #cutter on irc.freenode.net
- Twitter: https://twitter.com/r2gui
2019-02-26 17:49:41 +00:00
Want to help the project?
-------------------------
If you want to contribute to Cutter, take a look
`here <https://github.com/radareorg/cutter/blob/master/CONTRIBUTING.md>`__
to know what you can do to help the project!
2019-02-07 13:45:01 +00:00
.. toctree::
:maxdepth: 2
:caption: Contents:
2019-02-08 16:34:46 +00:00
2019-03-16 16:14:54 +00:00
shortcuts
building
common-errors
code
plugins
api