python pe解析模块

pefile2的Python项目详细描述


pefile,便携式可执行读卡器模块

>>> This is an unofficial mirror of the pefile library in a way that it <<<
>>> can be used by projects and libraries. It mirrors the last properly <<<
>>> working version, namely 1.2.10-139, that in the past would be found <<<
>>> at Google Code. This project is a temporary solution that will have <<<
>>> to make do until the official version is fully functional & tested. <<<
>>>           June 28th 2016, Jurriaan Bremer, jbr@cuckoo.sh            <<<

所有pe文件的基本结构都有其默认名称 作为实例的属性返回。

处理过的元素(如导入表)可以使用小写字母 名称,以区别于大写的基本结构名称。

pefile已根据有效pe头(即恶意软件)的限制进行了测试。 许多打包的恶意软件试图以超出其标准使用的方式滥用格式。 据我所知,大多数虐待行为都得到了妥善处理。

版权所有(c)2005-2013 ERO卡雷拉<;ero.carrera@gmail.com>;

保留所有权利。

有关详细的版权信息,请参见 分发存档的根目录。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java Intellij和Eclipse无法找到库工件   java Mapbox Android Symbolayer重置筛选器   java如何在顶部显示特定的recyclerview项?   java如何在Hibernate中使用@Qualifier   我想计算特定文本webdriver java在多个页面上可用的HTML表中的数据   java捕获Spring MVC REST服务抛出的Jersey REST客户端的异常   java Hibernate flush()影响事务   密钥绑定Java密钥绑定   sonarqube java,sonar,圈复杂度   使用3DES在Java中加密,在SQL Oracle中解密   regex正则表达式在regex101上工作。com,但不是prod   JAVAsql。SQLException:ORA00600:内部错误代码,参数:[12811],[93233]   java H2数据库存储在哪里?   java如何避免在使用Jackson时从JSON字符串反序列化空JSON数组元素