REhints / HexRaysCodeXplorer

Hex-Rays Decompiler plugin for better code navigation
2.41k stars 389 forks source link

Attempt to detect struct members which are pointers. #96

Closed assafcarlsbad closed 3 years ago

assafcarlsbad commented 3 years ago

See #95. Not sure it handles correctly all the edge cases, but it did manage to detect the pointers in some samples I tested.

matrosov commented 3 years ago

Thank you!