Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
egygeek1 opened this issue Oct 1, 2021 · 1 comment
Labels
bug Something isn't working legacy old bozar

Comments

@egygeek1
Copy link

egygeek1 commented Oct 1, 2021

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 egygeek1 added the bug Something isn't working label Oct 1, 2021
@vimasig
Copy link
Owner

vimasig commented Oct 3, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working legacy old bozar
Projects
None yet
Development

No branches or pull requests

2 participants