You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: