Windows PE (Portable Executable) file parser for Java 6+
 
 
Go to file
nathan 00b9123a08 Updated dist, changed from included src in jar, to separate file 2014-12-30 00:54:35 +01:00
src/dorkbox/util/pe Clarified types, so they match (or make sense) to the documentation. Added unsigned java numbers classes 2014-12-18 18:20:11 +01:00
.classpath Clarified types, so they match (or make sense) to the documentation. Added unsigned java numbers classes 2014-12-18 18:20:11 +01:00
.gitignore Initial import of windows PE parser project 2014-12-18 01:46:33 +01:00
.project Updated utils, changed name from PE_Parser to PeParser 2014-12-18 20:21:05 +01:00
LICENSE Updated dist, changed from included src in jar, to separate file 2014-12-30 00:54:35 +01:00
LICENSE.Apachev2 Updated dist, changed from included src in jar, to separate file 2014-12-30 00:54:35 +01:00
README.md Clarified types, so they match (or make sense) to the documentation. Added unsigned java numbers classes 2014-12-18 18:20:11 +01:00

README.md

PE_Parser

Provides a way to parse and extract data from windows PE files, from Java.

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.

Windows PE format and details: 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+