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 RetDec decompiler to the list #12

Merged
merged 1 commit into from
Feb 15, 2020
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
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