Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 393 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 393 Bytes

Extract PE-header from EXE-files

Currently only version informations are implemented.

The core code with all the hard work is taken form this SO-question:

Get Version of exe via PHP

ToDo

Extract more PE-header-information and create some better data structures, which reflects the data of the pe header better.