vimasig / Bozar

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

this is not an enum class error #27

Open mor-uto opened 10 months ago

mor-uto commented 10 months ago

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": "Light", "crasher": true, "constantObfuscation": "Light", "watermarkOptions": { "dummyClassText": "TOS", "textInsideClassText": "Decompiling/Deobfuscating this is against TOS can u can be sued for it", "ldcPopText": "", "zipCommentText": "" } } }

Expected behavior IllegalArgumentException is thrown

Screenshots

image

Bozar version 1.7.0