Quick Start

qProtect must be ran on JDK (Java Development Kit) Version 8 (1.8) however, it supports all versions including and above Java 8.

A compatible JDK can also be found at https://jdk.mdma.dev

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