vimasig / Bozar

Java bytecode obfuscator with GUI
MIT License
158 stars 21 forks source link

Control Flow obfuscation and Constant obfuscation donot work on my classes #11

Open egygeek1 opened 3 years ago

egygeek1 commented 3 years ago

Capture Capture1 Capture2

Bozar version [1.7.0]

Additional context program cannot apply Control Flow obfuscation and Constant obfuscation on my classes what about low method capacity ??

vimasig commented 3 years ago

Java does have a 65535 byte limit for each method. When obfuscating heavily, the method can exceed that limit. Bozar will ignore obfuscation on that method and your program should work fine.

Ignore these warnings unless it's unapplied on an important method. Try lowering your (control flow/constant obfuscation) settings if you want obfuscation on all methods.