vimasig / Bozar

Java bytecode obfuscator with GUI
MIT License
152 stars 19 forks source link

obfuscation failing #8

Closed noi19r closed 1 year ago

noi19r commented 3 years ago

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 to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Bozar version [e.g. 1.4.0]

Additional context Add any other context about the problem here. image output.txt

vimasig commented 3 years ago

Error at photo and logs looks different. Speaking for photo: It looks like you need to add library which contains javax.microedition.lcdui.Graphics class. Speaking for logs: Looks like you are trying to obfuscate classes older than Java 7. I will not support you if your project is older than 1.7 but if you're trying to obfuscate a project which contains old libraries, try excluding them.

Let me know if you still get errors even if you tried these steps

vimasig commented 1 year ago

Closing, assuming it's fixed