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

conflicts between force and skip #265

Open
mtnjustme opened this issue Mar 29, 2020 · 1 comment
Open

conflicts between force and skip #265

mtnjustme opened this issue Mar 29, 2020 · 1 comment

Comments

@mtnjustme
Copy link

skiptype might conflict with force, and too with KeepPublicApi or HidePrivateApi causing the program to get a "Inconsistent virtual method obfuscation state detected. Abort. Please review the following methods" will rename error, the thing is, sometimes the whole program needs to be obfuscated, means HidePrivateApi = true, KeepPublicApi = false, but some specific methods need to be skipped fully, as they're serialized, therefore i think tags should be added to both the skip and the force functions, determining their priorities over others.

@lextm
Copy link
Member

lextm commented Mar 30, 2020

You have to give a more concrete example on what's the matter. There is no plan to add any complexity here in a simple obfuscation tool, unless it turns out to be really necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants