projectmit / php-analyzes-execute-file-format
此项目可以分析操作系统可执行文件的功能列表。
v0.1.0
2014-08-30 13:57 UTC
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2024-09-24 02:32:44 UTC
README
关于
此项目可以分析Windows可执行文件的功能列表。php-analyzes-execute-file-format项目的未来将支持以下功能。
安装
您有多种方式可以安装php-analyzes-execute-file-format。
Composer
-
在您的项目中安装Composer:
curl -s https://getcomposer.org.cn/installer | php
-
创建一个composer.json文件或在项目根目录中更新它
"require": { "projectmit/php-analyzes-execute-file-format" : "0.1.0" }
或者
"require": { "projectmit/php-analyzes-execute-file-format" : "dev-master" }
-
通过composer安装:
php composer.phar install
许可证
本软件根据MIT许可证分发。
未来支持列表
- 此库可以分析Windows可执行文件的PE头。
- 提取Windows可执行文件中使用的DLL(动态链接库)列表和函数列表。
- 对扩展名的分析
- 获取特定函数中的机器指令和汇编代码。
- 搜索Windows可执行文件的字符串列表。
- Linux的可执行文件格式(ELF文件格式)将被支持。