/binscure

Public mirror of the Binscure source code.

Primary LanguageKotlinBSD Zero Clause License0BSD

Binscure

Java bytecode obfuscator created by x4e.

Usage

First, create a config file, (example config here).

When you have a config file, run binscure with the config file as an argument (also make sure that the config file points to the correct relative paths of the input file and any needed libraries), e.g.:

java -jar target/binscure.jar example_config.yml

Building

Install JDK 15 and setup JAVA_HOME by following the instructions here.

Install maven.

Run mvn clean package in the binscure repository, when the command completes the binscure jar file will be located at ./target/binscure.jar.