Quick Start
Running qProtect
To start the GUI, double click the jar or run it with the following command using cmd:
$ java -jar qProtect.jar
To run qProtect using the CLI run it with the following command in cmd:
$ java -jar qProtect.jar --config config.yml
Inputs & Outputs

The previous image shows selecting the Inputs and Outputs for paths.
Input: Should be an existing JAR file
Output: Should be the path to a new JAR file that will be written after obfuscation. It will rename existing files to a backup file.
Last updated
Was this helpful?