Bozar
Bozar copied to clipboard
Java bytecode obfuscator with GUI
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
**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":...
**Screenshots**  Unicode Chars got breaked. So words cannot readable. 1.70 Version
**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...
Should to create a new algorithm for encrypting files because deobfuscator by narumii can deobfuscate Bozar's obfuscation
**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...
Kotlin annotation @Metadata can leak class original name, original method and field names 