`
d63hbz
  • 浏览: 13904 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

Python2.7安装pydbg

阅读更多
一、环境
Windows XP
安装Microsoft Visual Studio 2010
安装Python2.7
设置环境变量:VS90COMNTOOLS=%VS100COMNTOOLS%
下载安装依赖包并分别解压缩:
http://libdasm.googlecode.com/files/libdasm-1.5.tar.gz
https://codeload.github.com/OpenRCE/paimei/zip/master
https://codeload.github.com/OpenRCE/pydbg/zip/master

二、安装过程:
1)安装libdasm-1.5:

C:\Documents and Settings\Administrator\My Documents\下载\libdasm-1.5>cd pydasm

C:\Documents and Settings\Administrator\My Documents\下载\libdasm-1.5\pydasm>setup.py build_ext
running build_ext

C:\Documents and Settings\Administrator\My Documents\下载\libdasm-1.5\pydasm>setup.py install
running install
running build
running build_ext
running install_lib
running install_egg_info
Removing C:\Python27\Lib\site-packages\pydasm-1.5-py2.7.egg-info
Writing C:\Python27\Lib\site-packages\pydasm-1.5-py2.7.egg-info

C:\Documents and Settings\Administrator\My Documents\下载\libdasm-1.5\pydasm>python -c "import pydasm"

C:\Documents and Settings\Administrator\My Documents\下载\libdasm-1.5\pydasm>


2)安装Pydbg:
1> 将pydbg-master内的文件拷贝到paimei-master\pydbg目录
2> 执行安装命令:
C:\Documents and Settings\Administrator\My Documents\下载>cd paimei-master

C:\Documents and Settings\Administrator\My Documents\下载\paimei-master>setup.py install
running install
running build
running build_py
running install_lib
copying build\lib\pydbg\pydasm.pyd -> C:\Python27\Lib\site-packages\pydbg
running install_egg_info
Removing C:\Python27\Lib\site-packages\PaiMei-1.2-py2.7.egg-info
Writing C:\Python27\Lib\site-packages\PaiMei-1.2-py2.7.egg-info

C:\Documents and Settings\Administrator\My Documents\下载\paimei-master>python -c "import pydbg"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "pydbg\__init__.py", line 47, in <module>
    from pydbg                   import *
  File "pydbg\pydbg.py", line 32, in <module>
    import pydasm
ImportError: DLL load failed: 找不到指定的模块。

C:\Documents and Settings\Administrator\My Documents\下载\paimei-master>del C:\Python27\Lib\site-packages\pydbg\pydasm.pyd

C:\Documents and Settings\Administrator\My Documents\下载\paimei-master>python -c "import pydbg"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "pydbg\__init__.py", line 47, in <module>
    from pydbg                   import *
  File "pydbg\pydbg.py", line 32, in <module>
    import pydasm
ImportError: DLL load failed: 找不到指定的模块。



此时需要重新打开Cmd:
C:\Documents and Settings\Administrator>python -c "import pydbg"

C:\Documents and Settings\Administrator>
</module></module></module></string></module></module></module></string>
分享到:
评论

相关推荐

    python2.7版本的pywin32安装程序64位版本的win32api

    在标题中提到的“python2.7版本的pywin32安装程序64位版本的win32api”,指的是适用于Python 2.7且为64位系统的pywin32安装包,用于访问和操作Windows 32位API。 首先,了解pywin32库的核心概念。pywin32是由Mark ...

    Python 2.7,离线安装合集tornado,backports_abc,certifi,ordereddict,six

    sudo cp -r /home/sukai/python-pkg/tornado/lib64/python2.7/site-packages/tornado /usr/lib/python2.7/dist-packages sudo cp -r /home/sukai/python-pkg/tornado/lib64/python2.7/site-packages/tornado-4.4.2-...

    python2.7 flask离线安装

    python2.7 flask离线安装

    Python2.7的scapy安装

    在Python 2.7版本中,虽然现在Python已经更新到3.x系列,但仍然有一些场景需要使用2.7版本,因此了解如何在Python 2.7环境下安装Scapy是非常有用的。 首先,我们来看`npca-0.97.exe`这个文件,它是Npcap的安装程序...

    Ubuntu下Python2.7及DockerY一键安装的deb离线包

    5. 安装Python 2.7后,你可以通过运行`python2.7`来验证安装是否成功。对于Docker Y,如果是Docker Compose,使用`docker-compose --version`来检查安装是否正确。 6. 如果在安装过程中遇到任何问题,如权限问题,...

    apscheduler2.0 支持python 2.7

    1. 安装:在Python 2.7环境中,可以通过pip命令来安装apscheduler2.1.1: ``` pip install apscheduler==2.1.1 ``` 2. 配置:初始化Scheduler对象并设置调度策略。例如,使用interval策略每分钟执行一次任务: ...

    python2.7下lxml库下载安装以及代码示例

    **Python2.7下的lxml库** `lxml`是一个强大的、高效的Python库,用于处理XML和HTML文档。它结合了Cython编译的CTypes接口与libxml2和libxslt库,提供了非常快速的解析和生成XML及HTML的能力。在Python 2.7版本中,`...

    Python2.7安装MYSQL库各种支撑库及资源

    在安装Python2.7中MySQL库时,会遇到各种错误,包括VC驱动等问题,这里作者提供了完整的安装软件供读者安装,包括: 1.Python2.7 msi安装软件 2.get-pip.py文件,用于安装pip工具 3.VCForPython27.msi 4.MySQL-...

    pil python2.7 windows安装版

    由于Python 2.7已经停止更新,找到兼容的PIL版本可能较为困难,但通过提供的"pil python2.7 windows安装版",我们可以直接使用预编译的exe文件进行安装,这大大简化了安装流程。 1. **安装步骤** - 首先,确保你的...

    python2.7 windows版zip文件

    本压缩包包含了Python 2.7的Windows版安装所需的所有基本组件和库。 `README.txt`通常是一个包含安装指南、许可信息和重要注意事项的文本文件。在Python 2.7的安装包中,这个文件可能详细介绍了如何在Windows环境下...

    python2.7 64位

    在安装Python 2.7时,用户会面临一些关键选择,例如安装路径、是否添加Python到系统路径以及是否为所有用户安装。添加Python到系统路径意味着可以在命令行中直接调用Python和pip(Python的包管理器)。对于开发者而...

    python2.7 paramiko安装包

    在Python 2.7版本中,有时可能会遇到使用`pip`安装库时出现的问题,比如网络不稳定、镜像问题或者依赖冲突等。这时,我们可以选择手动下载并安装Paramiko的.whl或.tar.gz格式的安装包来解决这类问题。 首先,我们...

    lxml python2.7离线安装包

    lxml python2.7离线安装包

    centos虚拟机安装升级版的python2.7问题

    sudo ln -s /usr/local/python2.7/bin/python2.7 /usr/bin/python2 ``` 6. **更新PATH环境变量**: 需要将新的Python路径添加到PATH环境变量中,以便在命令行中可以调用Python 2.7。 ``` echo "export PATH=/usr...

    Python2.7安装包

    - 验证安装:安装完成后,打开命令提示符,输入`python`或`python2.7`,如果看到Python交互式解释器的提示符,说明安装成功。 4. **Python环境配置**: - `pip`安装:Python 2.7.13安装时可能不包含pip,需要单独...

    python2.7安装Scrapy.docx

    ### Python 2.7 下安装 Scrapy 的详细步骤与注意事项 #### 一、前置环境准备 **1. 安装Python 2.7** - **官方文档推荐版本**:Python 2.7.x(此处作者已安装2.7.11版本)。 - **注意事项**:确保安装过程中勾选...

    pymysql适用python2.7版本

    本文将详细介绍如何在Python2.7中安装PyMySQL,并演示其基本用法。 首先,确保你的环境是Python2.7。你可以通过在命令行输入`python --version`来查看当前的Python版本。如果版本不是2.7,你需要安装或切换到Python...

    python2.7 安装文件以及依赖库

    本文将详细介绍如何在Windows 8操作系统上安装Python 2.7,并安装两个关键的科学计算和数据可视化库:NumPy和Matplotlib。 首先,我们需要安装Python 2.7的基础环境。`python-2.7.5.amd64.msi` 是Python 2.7.5的...

    python 2.7安装及打包exe

    4. **验证安装**:安装完成后,打开命令提示符或终端,输入`python --version`或`python2.7 --version`,如果显示Python 2.7的版本号,说明安装成功。 接下来,我们将讨论如何在Eclipse集成开发环境中配置Python ...

Global site tag (gtag.js) - Google Analytics