|
From: Matias B. <mbo...@gm...> - 2009-10-08 18:16:22
|
I'm not sure, but maybe you can confirm :) It seems like 64 bits support for winappdbg wasn't there for the 1.2 version (that was the one we started to develop with); from what I can see in the winappdbg site/tickets there is some work in progress and 1.3beta partially works on win64. Are you trying this winappdbg version? Could you check that? On Thu, Oct 8, 2009 at 3:03 PM, +NCR/CRC! [ReVeRsEr] <nah...@gm...> wrote: > C:\pypeelf\third-party\winappdbg-1.2\examples\instrumentation>python > example1.py > > Traceback (most recent call last): > File "example1.py", line 38, in <module> > System.request_debug_privileges() > File "C:\Python25\Lib\site-packages\winappdbg\system.py", line 5586, in > reques > t_debug_privileges > win32.TOKEN_ADJUST_PRIVILEGES) > File "C:\Python25\Lib\site-packages\winappdbg\win32\advapi32.py", line > 131, in > OpenProcessToken > raise ctypes.WinError() > WindowsError: [Error 6] The handle is invalid. > > On Thu, Oct 8, 2009 at 3:02 PM, +NCR/CRC! [ReVeRsEr] <nah...@gm...> > wrote: >> >> currently, winappdbg is raising an exception and i'm sure that is ctypes >> fault!. >> >> On Thu, Oct 8, 2009 at 3:00 PM, Matias Bordese <mbo...@gm...> wrote: >>> >>> > btw, i'm testing pypeelf in Windows 7 Ultimate RTM x64. If we install >>> > Python + wxPython + pefile + extra modules (x86 version) everything >>> > works >>> > fine (i think) but i have a problem to run it in x64 native because >>> > Python >>> > wxPython x64 does not recognize the Python x64 installation, besides, >>> > it >>> > seems that ctypes it has not x64 native version (fuck!) (am i right >>> > matias?). >>> >>> You will probably need to install specifically the win64 version (that >>> you can download here: http://sourceforge.net/projects/ctypes/files/), >>> although it is the first version for 64 bits and it could have some >>> problems >>> (http://mail.python.org/pipermail/python-announce-list/2007-May/005852.html). >>> >>> Let me know! >>> >>> >>> ------------------------------------------------------------------------------ >>> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >>> is the only developer event you need to attend this year. Jumpstart your >>> developing skills, take BlackBerry mobile applications to market and stay >>> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >>> http://p.sf.net/sfu/devconference >>> _______________________________________________ >>> Pypeelf-users mailing list >>> Pyp...@li... >>> https://lists.sourceforge.net/lists/listinfo/pypeelf-users >> >> >> >> -- >> +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 >> >> http://crackinglandia.blogspot.com >> http://twitter.com/crackinglandia >> http://www.reversinglabs.com.ar/blog >> http://www.reversinglabs.com.ar/ncr > > > > -- > +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 > > http://crackinglandia.blogspot.com > http://twitter.com/crackinglandia > http://www.reversinglabs.com.ar/blog > http://www.reversinglabs.com.ar/ncr > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Pypeelf-users mailing list > Pyp...@li... > https://lists.sourceforge.net/lists/listinfo/pypeelf-users > > |