Shell, JVM, and SSH command execution on Linux, MacOS, or Windows for Java 11+ and Kotlin
 
 
Go to file
nathan d9b565edde Moved shell executor from utils to it's own project 2017-11-26 21:57:25 +01:00
src/dorkbox/executor Moved shell executor from utils to it's own project 2017-11-26 21:57:25 +01:00
LICENSE Added license info 2017-11-26 18:03:43 +01:00
LICENSE.Apachev2 Moved shell executor from utils to it's own project 2017-11-26 21:57:25 +01:00
README.md Added readme 2017-11-26 18:02:57 +01:00
ShellExecutor.iml Moved shell executor from utils to it's own project 2017-11-26 21:57:25 +01:00

README.md

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.