CodingGay / BlackObfuscator

Black Obfuscator is an obfuscator for Android APK DexFile, it can help developer to protect source code by control flow flattening, and make it difficult to analyze the actual program control flow.
Apache License 2.0
888 stars 208 forks source link

Support new function: blackList #7

Closed frost-lotus closed 2 years ago

frost-lotus commented 2 years ago

Support blackList in rules file. When you add a package/class start with "!" in rule file, it will be added in blackList. BlackObfuscator will not obfuscate the package/class that in blackList.

e.g.

#package cn.kaicity

#blackList !cn.kaicity.sdk