radareorg / r2retdec

RetDec plugin for Radare2
https://retdec.com/
MIT License
125 stars 24 forks source link

Plugin version v0.1 #6

Closed xkubov closed 4 years ago

xkubov commented 4 years ago

This is PR provides the first official public version of the RetDec r2plugin.

The plugin was rewritten in C++ to copy the path of the r2ghidra plugin that provided inspirations for this plugin when rewriting from the prototype state that was presented on r2con 2019.

With this version, users may use r2retdec plugin the same way as was presented on r2con in September 2019: https://www.youtube.com/watch?v=4nPFBg83Qsw

This version provides solid ground for building the next features. This plugin might be tested with retdec tests framework to prevent regression. As this plugin will develop, more tests will be included.