Bozar icon indicating copy to clipboard operation
Bozar copied to clipboard

Java bytecode obfuscator with GUI

Results 17 Bozar issues
Sort by recently updated
recently updated
newest added
trafficstars

the classes get obfuscated, but when looking at the obfuscated jar's subclasses through a bytecode viewer, (JByteEdit) it appears as regular non-obfuscated code

bug

**Describe the bug** Says a class is not enum when its enum **To Reproduce** { "bozarOptions": { "rename": "IlIlIlIlIl", "lineNumbers": "Randomize", "localVariables": "Obfuscate", "removeSourceFile": false, "shuffle": true, "removeInnerClasses": false, "controlFlowObfuscation":...

bug
legacy

**Screenshots** ![Screenshot 2023-07-17 114323](https://github.com/vimasig/Bozar/assets/111242320/114bcc82-4143-40f6-a508-234de64f4276) Unicode Chars got breaked. So words cannot readable. 1.70 Version

bug
legacy

**Describe the bug** Constant obfuscation results in non standard Unicode chars breaking (EX: ✘ ✔) **To Reproduce** Create a function to print out the Unicode characters. Use the constant obfuscator...

bug
legacy

Should to create a new algorithm for encrypting files because deobfuscator by narumii can deobfuscate Bozar's obfuscation

bug
legacy

**Describe the bug** When I try to obfuscate using heavy flow obfuscation, the result is invalid bytecode which fails bytecode verification when I try to run it. It does work...

bug
legacy

Kotlin annotation @Metadata can leak class original name, original method and field names ![image](https://user-images.githubusercontent.com/87438086/198705933-aa782392-cb9e-4f8b-b01a-eb99ae4eab2d.png)

enhancement
legacy