exported / paimei

Automatically exported from code.google.com/p/paimei
GNU General Public License v2.0
1 stars 0 forks source link

Pydbg crashes when running under Python x64 #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
[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.

Original issue reported on code.google.com by cronos...@gmail.com on 12 Jan 2011 at 3:19

GoogleCodeExporter commented 9 years ago
Exactly same problem here.
Python 2.6.5 x86-64, revision 252.

Original comment by gynvael on 24 Jan 2011 at 6:12

GoogleCodeExporter commented 9 years ago
I 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?

Original comment by zzo...@gmail.com on 11 Sep 2012 at 12:12

GoogleCodeExporter commented 9 years ago
Same problem here..
Any solutions ?

cheers

Original comment by bernac...@gmail.com on 21 Oct 2012 at 5:22

GoogleCodeExporter commented 9 years ago
I am also interested in a solution to this.

Original comment by amil...@atlasdigital.tv on 3 Nov 2012 at 12:12

GoogleCodeExporter commented 9 years ago
Interested in solution of issue mentioned above. Please help..

Original comment by miroslav...@gmail.com on 7 Jul 2013 at 9:32

GoogleCodeExporter commented 9 years ago
I have the same exact issue here:
Win 7 64-bit
Eclipse 64-bit
python 2.7.6 64-bit

Original comment by TheoryOf...@gmail.com on 7 Feb 2014 at 4:08

GoogleCodeExporter commented 9 years ago
Any solution to this ?

Original comment by abhinav...@gmail.com on 8 Nov 2014 at 8:35

mtoreihi commented 8 years ago

You have to use the x86 version of python 2.7. You may have installed the amd64 version instead. That will solve the problem.