JarInjector - simple and small injection tool that allows you to inject classes and modify Jar files.
To run JarInjector, you have two options:
- Double-click the JAR File: Simply double-click the
JarInjector.jar
file. - Command Line: Use the following command to run the application from the command line:
java -jar JarInjector.jar
Input path: path to the jar you want to be injected
Output path: path to the output jar
File to inject: path to the jar that will be injected into the input jar
Version Safety: ensure the the file to inject's java version isnt higher than the input's version
Once you finish configuring it go to the inject tab and press inject
JavaFX (org.openjfx.javafx) - GUI
Asm (org.ow2.asm) - Bytecode Manipulation