注册 登录
编程论坛 Python论坛

新入请教各位大佬

zhenghp007 发布于 2021-12-16 16:34, 907 次点击
导入pydasm无报错,导入pydbg总是报错,请各位大佬指教一下是什么问题。
import pydbg
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "pydbg\__init__.py", line 41, in <module>
    from defines                 import *
  File "pydbg\defines.py", line 37, in <module>
    from windows_h import *
  File "pydbg\windows_h.py", line 116, in <module>
    assert sizeof(_MEMORY_BASIC_INFORMATION) == 28, sizeof(_MEMORY_BASIC_INFORMATION)
AssertionError: 40
0 回复
1