PeParser/README.md
2014-12-18 01:56:10 +01:00

11 lines
394 B
Markdown

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+