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

  1. Download zip file in releases.
  2. Unzip and double clike clickme.bat(Windows) or clickme.sh(MacOS).

Parameter

ParameterDescription
InputAPK or DexFile Path
OutputAPK or DexFile output path
DepthObfuscation depth (The higher that number is, the more complex it is to obfuscate the code)
RulesThe 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