This project is an graphical utility based on BlackObfuscator. More information about this project are in BlackObfuscator.
JDK11 or later
- Download zip file in releases.
- Unzip and double clike clickme.bat(Windows) or clickme.sh(MacOS).
| Parameter | Description |
|---|---|
| Input | APK or DexFile Path |
| Output | APK or DexFile output path |
| Depth | Obfuscation depth (The higher that number is, the more complex it is to obfuscate the code) |
| Rules | The packages which need to be obfuscated |
#it is annotation
#cn.kaicity
#package
cn.kaicity.gk.cdk.BuildConfig
#class
cn.kaicity
#blackList
!cn.kaicity.gk.cdk
#It will not obfuscate the package/class that in blackList


