REhints / HexRaysCodeXplorer

Hex-Rays Decompiler plugin for better code navigation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IDA 7 support ?

trou opened this issue · comments

Hello,
have you already working on IDA 7 support?
If not, I might try to have a look.

Raphaël

Hey Raphael,

I am currently looking on it. It needs a lot of work because they changed a lot of functions and even a logic for them too. I am currently thinking about refactoring for all the project because of that. But if you want to look feel free with pull requests.

Thanks for your support!

Not support for IDA 7.0

@matrosov Do you have this work in a feature branch yet?

We are working on an update. It's a lot of changes in new SDK which is needed to change over 50% of the current code base. Also IDA starts to support some of the concepts for C++ vtables reconstruction. We try to figure out the best way to not duplicate this functionality in CodeXplorer. But you can use CodeXplorer with x86 version is still compatible with old-style plugins.

Experimental support for IDA 7 added in the current version (thx @a1ext ). We are working on some improvements.

Would you mind providing binaries for it? Thanks!

Should the latest binaries work with IDA 7? I download an added to plugins dir but it never appears?

It does for me.

I managed to get it working, had it one level too far down, user error 🥇