Added readme

This commit is contained in:
nathan 2014-12-18 01:56:10 +01:00
parent 9ff6425af2
commit 035b02f346
1 changed files with 10 additions and 0 deletions

10
README.md Normal file
View File

@ -0,0 +1,10 @@
PE_Parser
=========
Provides a means to parse windows PE files.
Specifically, this library was designed to access and copy out files from the .rsrc section of pe files. It is also able access other information well.
Windows PE deatils: http://msdn.microsoft.com/en-us/library/ms809762.aspx
- This is for cross-platform use, specifically - linux 32/64, mac 32/64, and windows 32/64. Java 6+