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.
As I read, you there is no free for google translate API Code (Text): https://developers.google.com/translate/v2/faq , so the only way is use google translate page and parse output result
i went through the arrons toolbag again, all the icons didnt show proberly. here is my fix for that. https://anonfiles.com/file/4b76f10295336f73913ade2a307f5f86
My IDA version is 6.1.110315 and do not detect plugin (idapython-1.5.2_ida6.1_py2.7_win32). Can you give one copy of your IDA?
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!!! ------------------------------------------------------------------------------------------------------------------------------------------------------------------ 1 Mynav-1.1- Tracer (scrip Python) Code (Python): import os import sys import time import random import sqlite3 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 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::ython-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
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
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.
people should use the latest build, but ill keep the thrread a stticky since there was much learned here. Latest build http://www.techbliss.org/threads/ida-pro-prebuild-pyqt4-ida-pro_pyqt5-regular-python-2-7x86.683/