r2retdec icon indicating copy to clipboard operation
r2retdec copied to clipboard

Provide support for complex types

Open xkubov opened this issue 5 years ago • 0 comments

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:

  • [ ] More complex struct parsing.
  • [ ] More complex array types parsing.
  • [ ] Better C -> LLVM convertions for RetDec.

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.

xkubov avatar Feb 18 '20 19:02 xkubov