Releases: vimasig/Bozar
Releases · vimasig/Bozar
v1.7.0
- Upgraded ASM version to 9.2 which means Java 18 is now supported
- Made obfuscation process async to be able to use UI while obfuscating
- Fixed alphabet renamer issue
- Fixed several exclude algorithm issues
- Fixed FieldRenamerTransformer not renaming references in some cases
- Changed crasher package name to names like "com, net, io..."
- Slightly increased default UI size
- Added new renamer option: IlIlIlIlIl
- Improved MethodRenamerTransformer to obfuscate more methods instead of just static
- Improved ControlFlowTransformer (#7 and more)
- Added separate "Heavy" and "Light" control flow transformers
v1.6.0
v1.5.0
- Added "-noupdate" command line option
- Added input/output file to BozarConfig
- Bozar now skips frames if the class is excluded
- Removed config requirement for console mode (Loads default config by default)
- Added long obfuscation & built-in flow obfuscation for ConstantTransformer
- Fixed: MethodRenamerTransformer renaming <init> and <clinit>
v1.4.0
- Added Shuffle as a stable obfuscation option
- Added method rename feature to Rename option. For now, it's only obfuscating static methods
- Added dictionary selection feature to Rename option
- Added config version to prevent loading old/new incompatible configs
- Bozar now automatically loads default config
- Renamed line number option "Scramble" to "Randomize"
- Fixed: ControlFlowTransformer adding instructions to abstract methods
- Fixed: Unused string watermark option not loading from config
v1.3.1
v1.3.0
- Added decompiler crasher.
- Added exclude feature.
- Added 4 different watermark options.
- Constant obfuscation now obfuscates some numbers using length()I method from String.
- Flow obfuscation now adds fake IFs and obfuscates them if the target method doesn't have any.
- Improved flow obfuscation, aims to prevent decompilation.
- Changed local variable obfuscation characters.
- Fixed: Directories still present with ClassRenamerTransformer
- Fixed: FieldRenamerTransformer not working