Ida Pro Problems

RedC06ra

New member
hello
I am a newbie of Ida pro. I can not apply new signatures in Ida Pro 7.3. There are log like this :
Code:
LoadLibrary(C:\Program Files\IDA 7.3\plugins\python.dll) error: The specified module could not be found.
C:\Program Files\IDA 7.3\plugins\python.dll: can't load file

Can anyone help me what should i do ?

anyway, i have contacted ( send message ) to adim twice to fix my profile and i hope he will do it.
 

Storm Shadow

Administrator
Staff member
Developer
Ida Pro Expert
Elite Cracker
Looks like you have he wrong python version installed in your system.
Do you have a box in the buttom left side that says python,or does it say idc
 

RedC06ra

New member
In the bottom left corner of my installed Ida Pro 7.3 GUI there is IDC. Besides learning Ida Pro i also learning Python and there are many recommendation to install the latest release of Python. So in my Windows 10 Ent x64 i have installed Phyton 3.8.5 and Ida Pro 7.3.

Should i downgrade my phyton release ? What version it should be ?

anyway, please check your email. i need your help to fix my registration profile.
 
Last edited:

Storm Shadow

Administrator
Staff member
Developer
Ida Pro Expert
Elite Cracker
You can just PM me if there is problem with profile.
Yes you should downgrade or install the python version that comes with ida installer.
IDAPython and Python 3

As of now (IDA version 7.3), IDA ships with an IDAPython plugin, that is compiled against, and compatible with Python 2.7.
 
Top