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.
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, wherefield_18
is a pointer.Thanks!