Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
CodingGay
GitHub Repository: CodingGay/BlackObfuscator-GUI
Path: blob/main/README_EN.md
187 views

BlackObfuscator-GUI

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