Release Setting up Ida with Pyside and PyQt, it makes big difference.

Storm Shadow

Administrator
Staff member
Developer
Ida Pro Expert
Elite Cracker
i was thinking also that i it be nearly impossible since the ida.wll 6.2+ that is shipped with ida pro would have these functions.not ida.wll version 6.1.
so ida would crash anyway.:confused:
 

Storm Shadow

Administrator
Staff member
Developer
Ida Pro Expert
Elite Cracker
The translater plugin works nice but any idea of how to reseet the api key
 

computerline

New member
Ida Pro Expert
The translater plugin works nice but any idea of how to reseet the api key

As I read, you there is no free for google translate API
Code:
https://developers.google.com/translate/v2/faq
, so the only way is use google translate page and parse output result
 

steve007iii

New member
did you install python first and setup the invirement varibles http://www.python.org/ftp/python/2.7.3/ ?
remember only install x86 version not x64 even if you have x64 system.

Thanks my Friend, IDA Python 2.7 + Plugin its running now in my computer, but I have a problem, look!!!

Python+Ready

------------------------------------------------------------------------------------------------------------------------------------------------------------------
1 Mynav-1.1- Tracer (scrip Python)
Code (Python):
import os
import sys
import time
import random
import sqlite3


Imagen5

ImportError: No module named _sqlite3
------------------------------------------------------------------------------------------------------------------------------------------------------------------
2 Mynav-1.1- Tracer (scrip Python)
Code (Python):

import os
import sys
import time
import random
import pysqlite2
from pysqlite2 import dbapi2 as sqlite3

Imagen4

ImportError: No module named pysqlite2
--------------------------------------------------------------------------------------------------------------------------------------------------------------
...IDA/cfg/python.cfg
says
----------------------------------
// Alert before loading automatic scripts found in current directory
// swig_runtime_dataN, sitecustomize and usercustomize
ALERT_AUTO_SCRIPTS = 1

// Remove current directory from import search path
REMOVE_CWD_SYS_PATH = 0

// Execute statement hotkey
EXEC_STATEMENT_HOTKEY = "Ctrl-F7";

// Script timeout (in seconds)
// (A value of 0 disables the timeout)
SCRIPT_TIMEOUT = 3
-------------------------------------
I need to add something here?

Please anyone can help me?
 

steve007iii

New member
Thanks my Friend, IDA Python 2.7 + Plugin its running now in my computer, but I have a problem, look!!!

Python+Ready

------------------------------------------------------------------------------------------------------------------------------------------------------------------
1 Mynav-1.1- Tracer (scrip Python)
Code (Python):
import os
import sys
import time
import random
import sqlite3


Imagen5

ImportError: No module named _sqlite3
------------------------------------------------------------------------------------------------------------------------------------------------------------------
2 Mynav-1.1- Tracer (scrip Python)
Code (Python):

import os
import sys
import time
import random
import pysqlite2
from pysqlite2 import dbapi2 as sqlite3

Imagen4

ImportError: No module named pysqlite2
--------------------------------------------------------------------------------------------------------------------------------------------------------------
...IDA/cfg/python.cfg
says
----------------------------------
// Alert before loading automatic scripts found in current directory
// swig_runtime_dataN, sitecustomize and usercustomize
ALERT_AUTO_SCRIPTS = 1

// Remove current directory from import search path
REMOVE_CWD_SYS_PATH = 0

// Execute statement hotkey
EXEC_STATEMENT_HOTKEY = "Ctrl-F7";

// Script timeout (in seconds)
// (A value of 0 disables the timeout)
SCRIPT_TIMEOUT = 3
-------------------------------------
I need to add something here?

Please anyone can help me?

Sorry I fix my problem :::: All you need is here
-------------------------------------------------------------
Patch IDA Files
Plugin for IDA:::python-1.5.2_ida6.1_py2.7_win32
python-2.7.3
PySide-1.1.2.win32-py2.7
PyQt4-4.11.1-gpl-Py2.7-Qt4.8.6-x32
Pysqlite-2.6.3.win32-py2.7
Instructions Pictures of LIB and PYTHONHOME
---------------------------------------------------------------
https://mega.co.nz/#!xdhxxQDa!3NE5fNQTrHqMffT9Fg0huLnj-Sleh_x8IBGddcOdxLk

Thanks for your help in this website...!
 

Storm Shadow

Administrator
Staff member
Developer
Ida Pro Expert
Elite Cracker
Sorry I fix my problem :::: All you need is here
-------------------------------------------------------------
Patch IDA Files
Plugin for IDA:::python-1.5.2_ida6.1_py2.7_win32
python-2.7.3
PySide-1.1.2.win32-py2.7
PyQt4-4.11.1-gpl-Py2.7-Qt4.8.6-x32
Pysqlite-2.6.3.win32-py2.7
Instructions Pictures of LIB and PYTHONHOME
---------------------------------------------------------------
https://mega.co.nz/#!xdhxxQDa!3NE5fNQTrHqMffT9Fg0huLnj-Sleh_x8IBGddcOdxLk

Thanks for your help in this website...!
its pretty outdated the pack latest python is 2.7.8, and latest working ida python is 1.5.4(costum for ida 6.1)
besides PyQt4-4.11.1-gpl-Py2.7-Qt4.8.6-x32 is from this thread if its the special build without QT namespace, and you dont need Pysqlite, if you go for newer python version.
Also you wanna add much more to your invireble settings to make it work proberly.
But nice you got it to Work
 

steve007iii

New member
its pretty outdated the pack latest python is 2.7.8, and latest working ida python is 1.5.4(costum for ida 6.1)
besides PyQt4-4.11.1-gpl-Py2.7-Qt4.8.6-x32 is from this thread if its the special build without QT namespace, and you dont need Pysqlite, if you go for newer python version.
Also you wanna add much more to your invireble settings to make it work proberly.
But nice you got it to Work
Thank you my friend all Updated
------------------------------------------------------------------
python is 2.7.8
ida python 1.5.3 ------I did not find-----ida python 1.5.4
PyQt4-4.11.1-gpl-Py2.7-Qt4.8.6-x32
PySide-1.0.8qt486.win32-py2.7
------------------------------------------------------------------
Ready...
Excellent no problems
And works fine Thanks
 
Last edited:

quygia128

New member
I'm finding a builded version of IDAPython 1.5.6-ida6.4-python2.7-win32 and idaapi.py for IDApython 1.5.6.

All work fine for me on ida6.1(IDAPython 1.5.2.3) but some plugins, py script don't work with ida6.4(demo- this is the latest version we have to work with hex-rays v1.5.x & CrowdRE)

anybody have been builded this version(+idaapi.py), share with me please!

Thanks advance,
quygia128
 

Storm Shadow

Administrator
Staff member
Developer
Ida Pro Expert
Elite Cracker
I'm finding a builded version of IDAPython 1.5.6-ida6.4-python2.7-win32 and idaapi.py for IDApython 1.5.6.

All work fine for me on ida6.1(IDAPython 1.5.2.3) but some plugins, py script don't work with ida6.4(demo- this is the latest version we have to work with hex-rays v1.5.x & CrowdRE)

anybody have been builded this version(+idaapi.py), share with me please!

Thanks advance,
quygia128
ill see what i can do , scripts that work on 6.1 should work on 6.4, but not always the other way around.
 
Top