Skip to content

Releases: project-mit/php-analyzes-execute-file-format

v0.1.0 First Beta

30 Aug 14:17

Choose a tag to compare

v0.1.0 First Beta Pre-release
Pre-release
  • add event about NotSupportException to (PHP_VERSION >= 5.4.0) of you 5be553d
  • add 32bit and 64bit management class 7ff0d4f
  • update to source of Example/PE.php
  • add composer.json

v0.0.1 Add Management Class

22 Aug 22:16

Choose a tag to compare

Pre-release

Add Management Class

commit to 7ff0d4f

PE\ExecuteFormat::getObjectBitMode();
This method return to class object about mode on the operating system

v0.0.0 First Beta

21 Aug 18:43

Choose a tag to compare

v0.0.0 First Beta Pre-release
Pre-release

Support list in v0.0.0 First Beta

  1. This library can analyzes to the PE-header in the windows-execute-file.
  2. The DLL(Dynamic Link Library) list and functions list that use in the windows-execute-file is extract.
  3. Get to the machine commands and assembly codes in the specific function.
  4. Searching string list of the windows-execute-file.
  5. The Execute File Format of Linux(ELF File Format) will be support.