Java bytecode obfuscator created by x4e.
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
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
.