REhints / HexRaysCodeXplorer

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

IDA Pro 9.0: Selected item is invalid... #124

Open noobone123 opened 3 weeks ago

noobone123 commented 3 weeks ago

Hello, I compiled HexRaysCodeXplorer using cmake on linux, following the PR #122. I can indeed compile successfully and finally get HexRaysCodeXplorer64.so and HexRaysCodeXplorer.so. However, I found that I can not reconstruct Type in decompiler, here is an example where I'm quite sure that a1 is the this pointer of a class instance, but when I click Reconstruct Type, it produces the following error: selected item is invalid....

image

I'm not very sure what the reason is. Can you help me with my question?