/executable-image-parsers

Parses the PE32 and PE32+ executable image formats (in the future ELF and MACH-O may also be supported)

Primary LanguageJava

#Executable Image Parser (Currently only PE32[+])

A pure-java, concurrent friendly library for parsing executable files of a variety of formats.

Currently the file formats of PE32 and PE32+ are supported for disassembly (currently configured to use capstone).