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

Whenever I try to obfuscate, java.nio.AccessFileDenied: (path to output)

bug

(occurs on version 1.7.0) while the type of the class remains an enum, the enum constants in the class become regular fields. also, (public enum a) becomes (public class a...

bug
legacy

Error occurred during initialization of boot layer java.lang.module.FindException: Module Bozar not found

bug
legacy

When trying to apply a renamer, I get an unknown NullPointerException which kinda doesn't make sense because I feel this exception shouldn't be thrown in the first place. ![image](https://user-images.githubusercontent.com/30732772/138776197-82ccfcb8-daf4-40be-8ca9-f2f17f39e03e.png) Makes...

bug
legacy

**Describe the bug** string transformer is breaking unicode characters **Bozar version** 1.7.0 **Additional context** like ❤ character is turning into D

bug
legacy

**Describe the bug** A clear and concise description of what the bug is. Random Characters **To Reproduce** Steps to reproduce the behavior. **Expected behavior** A clear and concise description of...

bug
legacy

ScreenShot: ![1](https://user-images.githubusercontent.com/72302885/130989560-a4882e3f-2bd2-45fc-b4e7-fa161923bcac.png) Crashlog: [crash-2021-08-26_17.12.22-client.txt](https://github.com/vimasig/Bozar/files/7060772/crash-2021-08-26_17.12.22-client.txt) When i try to use RenamerTransformer in latest bozar version, then i have this problem. In 1.6.0 version everything works correct. Edit: Also without renamer everything...

bug
legacy

**Describe the bug** When I try constant obfuscation, it seems to only obfuscate constants that are inside of a method and wont obfuscate the ones outside it **To Reproduce** Turn...

bug
legacy

![Capture](https://user-images.githubusercontent.com/91749651/135656097-4207ea55-3f6d-4775-9d1c-cee60a5d27dd.PNG) ![Capture1](https://user-images.githubusercontent.com/91749651/135656099-99ed0ecb-bf6d-4405-bfda-6810f96fbe69.PNG) ![Capture2](https://user-images.githubusercontent.com/91749651/135656122-9275ba2b-9f89-4fa0-a439-1d0cb5addebf.PNG) **Bozar version** [1.7.0] **Additional context** program cannot apply Control Flow obfuscation and Constant obfuscation on my classes what about low method capacity ??

bug
legacy

**Describe the bug** A clear and concise description of what the bug **To Reproduce** Steps to reproduce the behavior. **Expected behavior** A clear and concise description of what you expected...

bug