REhints / HexRaysCodeXplorer

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

Compiling 32 bit version with 7.2 SDK #89

Open iabxhtk opened 4 years ago

iabxhtk commented 4 years ago

Has anyone succesfuly made the 32 bit version work properly with 7.2 SDK? After some compiler workarounds i managed to compile it in both 32 and 64 bit versions, yet only the 64 one works good. 32 bit version crashes on most of the features (even double clicking anything in decompilation listing or viewing ctree). Sadly no idea where to get the crash call stack from to provide any debug info.

After some internal debugging turns out it crashes here, at hexdsp call:

Zrzut ekranu 2020-10-21 o 08 04 57
matrosov commented 4 years ago

We always focused on the most recent IDA SDK version to support all the changes reflected on newer builds of IDA. We do not guarantee the support of outdated versions of IDA. But this bug can be not related to the SDK version, I will check if it reflects on newer builds.