REhints / HexRaysCodeXplorer

Hex-Rays Decompiler plugin for better code navigation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Identify pointers nested within the reconstructed structure

assafcarlsbad opened this issue · comments

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.

image
image

Thanks!

Yep, I agree it needs to be improved. What about pull request? ;)