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
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....
I'm not very sure what the reason is. Can you help me with my question?
The text was updated successfully, but these errors were encountered:
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 thethis
pointer of a class instance, but when I click Reconstruct Type, it produces the following error:selected item is invalid...
.I'm not very sure what the reason is. Can you help me with my question?
The text was updated successfully, but these errors were encountered: