Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 1.35 KB

index.rst

File metadata and controls

51 lines (42 loc) · 1.35 KB

Welcome to revenge's documentation!

REVerse ENGineering Environment (revenge) was created as a python centric environment for many things reversing related. The idea is to create a cross-platform API to interact with binaries in different ways, simplify reverse engineering, and ultimately achieve a goal faster.

For the time being, revenge heavily relies on frida. On the plus side, frida is a nice cross platform DBI (which is why it was the building block). It also means that any bugs in frida will likely affect revenge as well.

If you have suggestions for what you would like to see revenge do, submit an issue ticket to my github.

.. toctree::
    :maxdepth: 1
    :caption: Overview
    :hidden:

    overview/installation
    overview/quickstart
    overview/philosophy
    overview/native/index
    overview/release_notes
    overview/techniques
    overview/engines
    overview/plugins/index
    overview/writeups

.. toctree::
    :maxdepth: 1
    :caption: API
    :hidden:

    api/native/index
    api/techniques/index
    api/engines/index
    api/plugins/index

.. toctree::
    :maxdepth: 1
    :caption: Platforms
    :hidden:

    platform/android/index
    platform/java/index
    platform/linux/index
    platform/macos/index
    platform/windows/index