vimasig / Bozar

Java bytecode obfuscator with GUI
MIT License
152 stars 19 forks source link
bytecode encryption java obfuscation prevent reverse

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

Command Description
-input Target file path to obfuscate.
-output Output path.
-config Configuration path.
-noupdate Disable update warnings.
-console Application will run without GUI and obfuscation task will start immediately.