Merge pull request #71 from s3rvac/add-retdec

Add RetDec
This commit is contained in:
Ryan Shipp 2016-08-09 08:48:11 -05:00 committed by GitHub
commit 5069cee252

View File

@ -466,6 +466,9 @@ the [browser malware](#browser-malware) section.*
analysis.
* [Radare2](http://www.radare.org/r/) - Reverse engineering framework, with
debugger support.
* [RetDec](https://retdec.com/) - Retargetable machine-code decompiler with an
[online decompilation service](https://retdec.com/decompilation/) and
[API](https://retdec.com/api/) that you can use in your tools.
* [ROPMEMU](https://github.com/vrtadmin/ROPMEMU) - A framework to analyze, dissect
and decompile complex code-reuse attacks.
* [SMRT](https://github.com/pidydx/SMRT) - Sublime Malware Research Tool, a