PeParser/README.md

11 lines
454 B
Markdown
Raw Normal View History

2014-12-18 01:56:10 +01:00
PE_Parser
=========
Provides a way to parse and extract data from windows PE files, from Java.
2014-12-18 01:56:10 +01:00
This library can access meta-data information and details from within the PE file, and specifically it was designed to access and copy out files from the .rsrc section.
2014-12-18 01:56:10 +01:00
Windows PE format and details: http://msdn.microsoft.com/en-us/library/ms809762.aspx
2014-12-18 01:56:10 +01:00
- This is for cross-platform use, specifically - linux 32/64, mac 32/64, and windows 32/64. Java 6+