radareorg / r2retdec

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

Provide support for complex types #9

Open xkubov opened 4 years ago

xkubov commented 4 years ago

The complex types are getting better support on the side of the RetDec. When this is merged there should be better support for this on the side of the r2plugin plugin.

This will require:

The struct/array type will affect the local variables, argument types and function return types for now. Right now RetDec may recognize the complex type semantics but will not alter the code appropriately.