Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 435 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 435 Bytes

JavaPE

A Java analysis tool for PE binary files.
May, 2013.\

###Usage: java -jar JavaPE.jar

###DESCRIPTION: PE, so called Portable Executable, it is a modified version of the Unix COFF (Common object File format) file format (http://en.wikipedia.org/wiki/COFF), that was designed by Microsoft. Such .exe or .sys are PE files. This project gets all information form a PE file, which can indentify whether it is "security".