REhints / HexRaysCodeXplorer

Hex-Rays Decompiler plugin for better code navigation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DLL not loading?

vanhauser-thc opened this issue · comments

I am running IDA 7.1 x64 on Windows.

I compiled HexRaysCodeXplorer and the resulting DLL is present in the /plugins/ directory.

However it seems the DLL is not loaded.
No new entry is present in Edit->Plugins, nor does the decompile tab get new items when right clicking.
Also no message concerning HexRaysCodeXplorer is visible in the Messages window.

Works fine for me with IDA7.0

After #57 everything works well on IDAv7.1 (thx @stek29)

yes that patch fixes it. thanks.