Bozar icon indicating copy to clipboard operation
Bozar copied to clipboard

Control Flow obfuscation and Constant obfuscation donot work on my classes

Open egygeek1 opened this issue 3 years ago • 1 comments

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 ??

egygeek1 avatar Oct 01 '21 16:10 egygeek1

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.

vimasig avatar Oct 03 '21 12:10 vimasig