jar

com.github.dyorgio.runtime : run-as-root

Maven & Gradle

Oct 23, 2020
22 stars

Run As Root · A java library to run pieces of code as root.

Table Of Contents

Latest Version

Download com.github.dyorgio.runtime : run-as-root JAR file - Latest Versions:

All Versions

Download com.github.dyorgio.runtime : run-as-root JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window run-as-root-1.2.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

dyorgio.runtime.run.as.root.impl

├─ dyorgio.runtime.run.as.root.impl.LinuxRootProcessBuilderFactory.class - [JAR]

├─ dyorgio.runtime.run.as.root.impl.MacRootProcessBuilderFactory.class - [JAR]

├─ dyorgio.runtime.run.as.root.impl.WinRootProcessBuilderFactory.class - [JAR]

dyorgio.runtime.run.as.root

├─ dyorgio.runtime.run.as.root.NotAuthorizedException.class - [JAR]

├─ dyorgio.runtime.run.as.root.RootExecutor.class - [JAR]

├─ dyorgio.runtime.run.as.root.RootProcessBuilderFactory.class - [JAR]

├─ dyorgio.runtime.run.as.root.UserCanceledException.class - [JAR]