Skip to content

Commit

Permalink
Add RetDec decompiler (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
ITAYC0HEN authored Feb 15, 2020
1 parent 9f3e6af commit 499dbf8
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Want to build your own Plugin for Cutter, or to port an existing one from other
## Table of Contents
- [Cutter Plugins](#cutter-plugins)
- [Table of Contents](#table-of-contents)
- [- Cutter plugin templates](#--cutter-plugin-templates)
- [Decompilers](#decompilers)
- [Ghidra Decompiler](#ghidra-decompiler)
- [RetDec Decompiler](#retdec-decompiler)
- [r2dec](#r2dec)
- [Integrations](#integrations)
- [Jupyter Plugin](#jupyter-plugin)
Expand Down Expand Up @@ -44,6 +44,18 @@ Due to its quality, the ghidra decompiler plugin is shipped by default in Cutter
**Status**: Maintained
**Reference**: [r2ghidra plugin announced in Cutter v1.9](https://twitter.com/r2gui/status/1169912280001208321)

### [RetDec Decompiler](https://github.com/avast/retdec-r2plugin)
The plugin integrates RetDec decompiler into Cutter.

With the bundled version of RetDec you can decompile the following architectures:

- 32-bit: Intel x86, ARM, MIPS, PIC32, and PowerPC.
- 64-bit: x86-64, ARM64 (AArch64).

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


### [r2dec](https://github.com/wargio/r2dec-js)
r2dec converts the assembly of a function to a Pseudo-C code. Cutter integrates r2dec by default.

Expand Down

0 comments on commit 499dbf8

Please sign in to comment.