Identify pointers nested within the reconstructed structure
assafcarlsbad opened this issue · 1 comments
assafcarlsbad commented
Hi,
Currently HexRaysCodeXplorer
defines all constructed struct members using integer-derived types.
In some cases, it might be worthy to correctly mark members which are pointers.
The HexRaysPyTools
plugin (which offers similar functionality) already has this feature.
Attached below are screenshots of the two plugins attempting to reconstruct the same structure, where field_18
is a pointer.
Thanks!
matrosov commented
Yep, I agree it needs to be improved. What about pull request? ;)