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.
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.