您的位置:首页 > 其它

PEframe - 工具对恶意软件执行静态分析

2018-03-10 00:00 573 查看





 
PEframe是一个开源工具,用于对可移植可执行文件恶意软件和通用可疑文件执行静态分析。它可以帮助恶意软件研究人员检测打包程序,xor,数字签名,互斥锁,反调试,反虚拟机,可疑部分和函数以及有关可疑文件的更多信息。

要求:

Python 2.7.x

安装:

从PyPI安装:

#pip install https://github.com/guelfoweb/peframe/archive/master.zip

从源代码安装:

$ git clone https://github.com/guelfoweb/peframe.git
$ cd peframe
#python setup.py install 

注意:对于Windows环境,您需要按照此处的说明进行操作:
https://github.com/ahupp/python-magic#dependencies
用法:

$ peframe <filename> Short output analysis

$ peframe --json <filename> Full output analysis JSON format

$ peframe --strings <filename> Strings output

PEframe下载地址   https://github.com/guelfoweb/peframe
文章出处:http://www.effecthacking.com,由华盟网翻译排版,转载请注明华盟网


你可能喜欢静态分析工具大集合

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: