I found the port to IDA7 on github, so I build it, could be use with IDA7, Qt5.6 (use the Qt5Core in PyQt5 package i already upload ), hope it can be usefull with someone
Using your PyQT5 package, load test.py ok Load other script (ex: hello_pyqt5.py) ...ok, like this: But can not load the plugin: Regards,
Sorry for late repy, could you copy the dll file to the ida root directory, then use denpendency walker to load that dll, and show me the resuls. I build this dll with windows 10 10240 sdk, maybe it not compatible with your windows version.
Yep, this version is not compatible with windows SDK, I'll try to rebuild. I upload the release build You could try. You could active it on the on the context menu.
Oh .. brother, i've just copied C:\Windows\System32\msvcp140d.dll from my Win10 VM to my Win7 and reload IDA .. now it's working lolz I will test further and report if has bug Regards,
Finally got around to both updating to IDA 7.1 and/or putting them up on soureforge: https://sourceforge.net/projects/classinformer/ https://sourceforge.net/u/sirmabus/profile/
Hello, It doesn't work on IDA Pro 7.0 Output: >> Class Informer: v: 2.6, built: Jul 14 2018, By Sirmabus Working.. ** Failed to load the IDA TypeDescriptor type, generating one ** Processing C/C++ ctor & dtor tables.. ------------------------------------------------- 7DD1AB20 I: "__initterm", 6 bytes. 7DD1AB20 processInitterm: "__initterm" 7DD1AB0A "__initterm" xref. ** arguments not located! Processing time: 0.18 seconds. Scanning for for RTTI Complete Object Locators.. ------------------------------------------------- N: "HEADER", A: 7DC30000 - 7DC31000, S: 4 KB. N: ".data", A: 7DED5338 - 7DEE2000, S: 51.2 KB. Total COL: 0 COL scan time: 0.013 Scanning for Virtual Function Tables.. ------------------------------------------------- N: "HEADER", A: 7DC30000 - 7DC31000, S: 4 KB. N: ".data", A: 7DED5338 - 7DEE2000, S: 51.2 KB. Vftable scan time: 0.006 =========== Stats =========== RTTI vftables: 0 Processing time: 0.20 seconds Done. ______ Tested on: windows 10 x64 IDA pro 7.0 32bit What is problem?