Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CutterRef plugin to the list #7

Merged
merged 1 commit into from
Dec 11, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 30 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,33 @@
# Cutter Plugins
This is a curated list of **Plugins** and **Scripts** written for the reverse engineering platform - Cutter.

Want to build your own Plugin for Cutter, or to port an existing one? Follow the tutorial in the official documentation: https://cutter.re/docs/plugins.html
Want to build your own Plugin for Cutter, or to port an existing one from other disassemblers? It is easy! Follow the tutorial in the official documentation: https://cutter.re/docs/plugins.html


## Table of Contents
- [Cutter Plugins](#Cutter-Plugins)
- [Decompilers](#Integrations)
- [Ghidra Decompiler](#Ghidra-Decompiler)
- [Cutter Plugins](#cutter-plugins)
- [Table of Contents](#table-of-contents)
- [- Cutter plugin templates](#--cutter-plugin-templates)
- [Decompilers](#decompilers)
- [Ghidra Decompiler](#ghidra-decompiler)
- [r2dec](#r2dec)
- [Integrations](#Integrations)
- [Jupyter Plugin](#Jupyter-Plugin)
- [Malware Analysis](#Malware-Analysis)
- [APT32 Graph Deobfuscator](#APT32-Graph-Deobfuscator)
- [Dropshot / StoneDrill Decrypter](#Dropshot--StoneDrill-Decrypter)
- [Deobfuscate Bitpaymer API Calls](#Deobfuscate-Bitpaymer-API-Calls)
- [Coverage](#Coverage)
- [CutterDRcov](#CutterDRcov)
- [Cutter Lighthouse](#Cutter-Lighthouse)
- [Enhancements](#Enhancements)
- [Assembly-reference](#Assembly-reference)
- [Recovering Stack Strings](#Recovering-Stack-Strings)
- [Graphs](#Graphs)
- [Cutter Deep Graphs](#Cutter-Deep-Graphs)
- [Misc](#Misc)
- [Cutter plugin templates](#Cutter-plugin-templates)
- [Integrations](#integrations)
- [Jupyter Plugin](#jupyter-plugin)
- [Malware Analysis](#malware-analysis)
- [APT32 Graph Deobfuscator](#apt32-graph-deobfuscator)
- [Dropshot / StoneDrill Decrypter](#dropshot--stonedrill-decrypter)
- [Deobfuscate Bitpaymer API Calls](#deobfuscate-bitpaymer-api-calls)
- [Coverage](#coverage)
- [CutterDRcov](#cutterdrcov)
- [Cutter Lighthouse](#cutter-lighthouse)
- [Enhancements](#enhancements)
- [CutterRef](#cutterref)
- [Assembly-reference](#assembly-reference)
- [Recovering Stack Strings](#recovering-stack-strings)
- [Graphs](#graphs)
- [Cutter Deep Graphs](#cutter-deep-graphs)
- [Misc](#misc)
- [Cutter plugin templates](#cutter-plugin-templates)
---

## Decompilers
Expand Down Expand Up @@ -102,6 +105,13 @@ This is still a work in progress on this [Pull Request](https://github.com/gaase

## Enhancements

### [CutterRef](https://github.com/yossizap/cutterref)

Cutter Full Instruction Reference Plugin. The plugin will monitor the location for your cursor and display the full documentation of the instruction. At the moment it only supports x86-64, ARM and MIPS 32bit, however adding support for other architectures is relatively easy.

**Type**: Plugin
**Status**: Maintained

### [Assembly-reference](https://github.com/daringjoker/Assembly-refrence)

A plugin for Cutter that shows the information about the assembly instruction currently selected (only for x86 and x64)
Expand Down