Skip to content
forked from vimasig/Bozar

Java bytecode obfuscator with GUI

License

Notifications You must be signed in to change notification settings

arcadiadevs/Bozar

 
 

Repository files navigation

Bozar

A Java bytecode obfuscator with GUI

alt text

Usage

  • Download the version you want in releases for your platform
  • Run the executable.
  • Done.

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

Currently Available Options

  • Watermark
  • Renamer
  • Shuffler
  • Decompiler crasher
  • Control Flow obfuscation
  • Constant obfuscation (String literals and numbers)
  • Line number obfuscation
  • Local variable obfuscation
  • Inner class remover
  • Source file/debug remover

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.

About

Java bytecode obfuscator with GUI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%