REhints / HexRaysCodeXplorer

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

IDA 7 support ? #44

Closed trou closed 6 years ago

trou commented 7 years ago

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

Raphaël

matrosov commented 7 years ago

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!

shmilylty commented 7 years ago

Not support for IDA 7.0

kiwidoggie commented 7 years ago

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

matrosov commented 7 years ago

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.

ghost commented 7 years ago

@matrosov any ETA?

matrosov commented 6 years ago

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

michaelpittino commented 6 years ago

Would you mind providing binaries for it? Thanks!

MrSapps commented 6 years ago

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

michaelpittino commented 6 years ago

It does for me.

MrSapps commented 5 years ago

I managed to get it working, had it one level too far down, user error :1st_place_medal: