BlackObfuscator-GUI
January 30, 2022 ยท View on GitHub
This project is an graphical utility based on BlackObfuscator. More information about this project are in BlackObfuscator.
Prerequisite
JDK11 or later
Usage
- Download zip file in releases.
- Unzip and double clike clickme.bat(Windows) or clickme.sh(MacOS).
Parameter
| 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 |
Obfuscation Rules
Provide the classes 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
Preview


