Friday, January 15, 2010

Install pydbg and paimei under windows

01. Get python 2.4.4 for windows.(http://www.python.org/download/releases/2.4.4)
-> Run the installer and install python ( say to c:\python24 )

02. Get ctypes for this version. (http://downloads.sourceforge.net/ctypes/ctypes-1.0.1.win32-py2.4.exe?modtime=1161376216&big_mirror=0)
-> Install by double clicking (Follow the leads given by the installer.)

03. Download paimei. ( http://www.openrce.org/downloads/download_file/208 )
-> ( say your paimei file is PaiMei-1.1-win32.exe )

04. Get source from http://paimei.googlecode.com/svn/trunk
-> put it under c:\paimei_src ( just a folder of your choice )

05. copy (step 03) PaiMei-1.1-win32.exe under "c:\paimei_src"\installer

06. run c:\paimei_src\__install_requirements.py
->
/* Actual output of __install_requirements.py */
looking for PaiMei -> PyDbg ... FOUND
looking for PaiMei -> PIDA ... FOUND
looking for PaiMei -> pGRAPH ... FOUND
looking for PaiMei -> Utilities ... FOUND

Install PaiMei framework libraries to Python site packages? y

...
/* end */

07. Thats it!
-> echo "from pydbg import *" >> test.py
-> python test.py

it should run without any errors.


... And its very fitting to say here

Happing Hacking...