REhints / HexRaysCodeXplorer

Hex-Rays Decompiler plugin for better code navigation
2.39k stars 387 forks source link

Keep updating the 'is_pointer' attribute. #101

Closed assafcarlsbad closed 3 years ago

assafcarlsbad commented 3 years ago

Keep updating the is_pointer attribute in case the first access to the member did not identify it as a pointer. This can happen in case the first reference to the member is not casted to a type ** expression.

image

Attached below is a module to trigger this behavior in the current implementation (should be fixed once the PR is merged): e90a7b5e-37b2-43e4-b281-4c8e349045e9.zip