Executor/README.md

807 B

Shell Executor

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

  • This is for cross-platform use, specifically - linux 32/64, mac 32/64, and windows 32/64. Java 6+

   

Release Notes

Maven Info

<dependencies>
    ...
    <dependency>
      <groupId>com.dorkbox</groupId>
      <artifactId>ShellExecutor</artifactId>
      <version>1.0</version>
    </dependency>
</dependencies>

Or if you don't want to use Maven, you can access the files directly here:
https://oss.sonatype.org/content/repositories/releases/com/dorkbox/PeParser/

License

This project is © 2017 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.