Seite 1 von 1

PaiMei / pydbg für python2.5

Verfasst: Mittwoch 16. September 2009, 19:12
von INFACT
Ich benutze immer python2.5 ( das Programm läuft nur auf windows aber ich benutze wine ) und ich habe mich darüber geärgert, dass paimei ( IMHO ) nur für python2.4 da ist. Ich habe das jetzt ein bisschen bearbeitet, sowohl den source mit my_ctypes als auch pydasm.pyd mit einem hexeditor. Das hat python24.dll gebraucht und ich habe das in python25.dll umgeändert. Ich weiß nicht ob ihr das gebrauchen könnt aber hier ist eine .tar.gz : http://www.file-upload.net/download-189 ... ar.gz.html

PS: Der einzige Nachteil ist, dass diese warnung auftaucht:

Code: Alles auswählen

>>> import pydbg
C:\python25\lib\site-packages\pydbg\pydbg.py:27: RuntimeWarning: Python C API version mismatch for module pydasm: This Python has API version 1013, module pydasm has version 1012.
  import pydasm
>>>
Hat jemand noch eine idee wie man das hinbekommt?

Gruß

Verfasst: Mittwoch 16. September 2009, 20:36
von Leonidas
Du kannst versuchen die API-Version auch umzustellen...