library php-analyzes-execute-file-format
This project can analyzes for functions list of the Operating-System-Execute-File.
projectmit/php-analyzes-execute-file-format
This project can analyzes for functions list of the Operating-System-Execute-File.
- Saturday, October 4, 2014
- by kbu1564
- Repository
- 1 Watchers
- 2 Stars
- 9 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
, (*1)
About
This project can analyzes for functions list of the Windows-Execute-File.
The php-analyzes-execute-file-format's project will be support of future on feature like next., (*2)
Installation
You have multiple ways to install php-analyzes-execute-file-format., (*3)
Composer
- Install composer in your project :
curl -s http://getcomposer.org/installer | php
-
Create a composer.json file or update it in your project root :, (*4)
"require": {
"projectmit/php-analyzes-execute-file-format" : "0.1.0"
}
or, (*5)
"require": {
"projectmit/php-analyzes-execute-file-format" : "dev-master"
}
-
Install via composer : php composer.phar install
, (*6)
Licence
This software is distributed under MIT Licence., (*7)
Support list of future
- This library can analyzes to the PE-header in the windows-execute-file.
- The DLL(Dynamic Link Library) list and functions list that use in the windows-execute-file is extract.
- Analysis for the extension name
- Get to the machine commands and assembly codes in the specific function.
- Searching string list of the windows-execute-file.
- The Execute File Format of Linux(ELF File Format) will be support.