Bozar
Bozar copied to clipboard
Control Flow obfuscation and Constant obfuscation donot work on my classes
Bozar version [1.7.0]
Additional context program cannot apply Control Flow obfuscation and Constant obfuscation on my classes what about low method capacity ??
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.