Windows PE (Portable Executable) file parser for Java 6+
Go to file
2014-12-18 01:56:10 +01:00
src/dorkbox/util/pe Initial import of windows PE parser project 2014-12-18 01:46:33 +01:00
.classpath Initial import of windows PE parser project 2014-12-18 01:46:33 +01:00
.gitignore Initial import of windows PE parser project 2014-12-18 01:46:33 +01:00
.project Initial import of windows PE parser project 2014-12-18 01:46:33 +01:00
LICENSE Initial import of windows PE parser project 2014-12-18 01:46:33 +01:00
LICENSE.Apachev2 Initial import of windows PE parser project 2014-12-18 01:46:33 +01:00
README.md Added readme 2014-12-18 01:56:10 +01:00

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+