Skip to content

ccarpenter04/executable-image-parsers

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 

#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).

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages