igogo-x86 / HexRaysPyTools

IDA Pro plugin which improves work with HexRays decompiler and helps in process of reconstruction structures and classes
1.4k stars 220 forks source link

IDA Pro 7.2 Support ? #60

Closed maskelihileci closed 3 years ago

maskelihileci commented 4 years ago

Hello, is there support I could not run in 7.2 version?

igogo-x86 commented 4 years ago

What errors do you get? I don't have that IDA version and wanted to drop support however it was done in #43, I think.

Also in Releases you can find the last working with 7.2 version: https://github.com/igogo-x86/HexRaysPyTools/releases

maskelihileci commented 3 years ago

Sorry for my late reply. The bulk of the problem stems from the python version. IDA Pro 7.5 uses python 3.8 I tried to fix some of his errors manually but he said it was the missing module No module named "common" I guess it is possible to run it with minor adjustments

sfinktah commented 3 years ago

Works great with python 3.7 under ida pro 7.5, I've made a bunch of improvements so i'm familiar with how everything works, so I might be able to take a look on another machine running a later version of python.

maskelihileci commented 3 years ago

Thanks mate, we are waiting for the current version

sfinktah commented 3 years ago

I have it running now, how do I replicate the error? I've tested all the things that I usually use HexRaysPyTools for, and nothing looks out of place. You're welcome to try my branch at https://github.com/sfinktah/HexRaysPyTools

maskelihileci commented 3 years ago

It works fine now I didn't see any problems. Thank you for the update