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?
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?