[This is just a feature request, really.. and just so that this particular error is documented somewhere on the web.]
What steps will reproduce the problem? 1. Install Python x64 2. Checkout pydbg revision 252 3. 'from pydbg import *'
What is the expected output? What do you see instead? Expected output would be some sort of message saying that pydbg doesn't (or does?) support Win64.
Instead, the following exception appears: D:\Projects\chromehack>chromehack.py Traceback (most recent call last): File "D:\Projects\chromehack\chromehack.py", line 2, in <module> from pydbg import * File "D:\Projects\chromehack\pydbg__init__.py", line 41, in <module> from defines import * File "D:\Projects\chromehack\pydbg\defines.py", line 37, in <module> from windows_h import * File "D:\Projects\chromehack\pydbg\windows_h.py", line 116, in <module> assert sizeof(_MEMORY_BASIC_INFORMATION) == 28, sizeof(_MEMORY_BASIC_INFORMATION) AssertionError: 40
What version of the product are you using? On what operating system? pydbg revision 252 under Python 2.6.6 x64
Please provide any additional information below.
Comment #1
Posted on Jan 24, 2011 by Happy GiraffeExactly same problem here. Python 2.6.5 x86-64, revision 252.
Comment #2
Posted on Sep 11, 2012 by Helpful RhinoI use python 2.7.2 x64 and has the same probleme.. And the main probleme is that i can't use x8 python.. Can you say- what probleme in?
Comment #3
Posted on Oct 21, 2012 by Swift ElephantSame problem here.. Any solutions ?
cheers
Comment #4
Posted on Nov 3, 2012 by Happy KangarooI am also interested in a solution to this.
Comment #5
Posted on Jul 7, 2013 by Happy DogInterested in solution of issue mentioned above. Please help..
Comment #6
Posted on Feb 7, 2014 by Massive LionI have the same exact issue here: Win 7 64-bit Eclipse 64-bit python 2.7.6 64-bit
Comment #7
Posted on Nov 8, 2014 by Happy CamelAny solution to this ?
Status: New
Labels:
Type-Defect
Priority-Medium