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

混淆规则能否加一个白名单? #4

Closed
ksxkq opened this issue Jan 7, 2022 · 2 comments
Closed

混淆规则能否加一个白名单? #4

ksxkq opened this issue Jan 7, 2022 · 2 comments

Comments

@ksxkq
Copy link

ksxkq commented Jan 7, 2022

BlackObfuscator {
// 是否启用
enabled true
// 混淆深度
depth 2
// 需要混淆的类(匹配前面一段)
obfClass = ["top.niunaijun", "com.abc"]
}

能否在混淆规则里面加一个白名单,指定某个 package 或者 class 不混淆?感谢

@nnjun
Copy link
Member

nnjun commented Jan 8, 2022

已在计划中

@nnjun
Copy link
Member

nnjun commented Jan 8, 2022

已更新 3.2,支持黑白名单。请看readme

@nnjun nnjun closed this as completed Jan 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants