Home

Awesome

Bozar - Java Bytecode Obfuscator with GUI

alt text

:tada: Exciting News! Bozar 2.0.0 Coming Soon! :tada:

We are delighted to announce that Bozar version 2.0.0 is on the horizon, bringing important enhancements to our Java bytecode obfuscation tool:

Key Features of Bozar 2.0.0:

Stay tuned for Bozar 2.0.0! We look forward to sharing these significant enhancements with you.

To stay updated and participate in discussions, consider joining our Discord Community – a hub for sharing knowledge and support as we approach the release of Bozar 2.0.0.

Usage

Let me know if obfuscator fails. Submit an issue here.

Currently Available Options

Building

Some older maven versions have issues compiling this project.
In such a case, use the latest version of maven to fix.

git clone https://github.com/vimasig/Bozar
cd Bozar
mvn compile javafx:run 

Command Line Arguments

CommandDescription
-inputTarget file path to obfuscate.
-outputOutput path.
-configConfiguration path.
-noupdateDisable update warnings.
-consoleApplication will run without GUI and obfuscation task will start immediately.