Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codinggay/blackobfuscator-gui
This project is an graphical utility based on BlackObfuscator.
https://github.com/codinggay/blackobfuscator-gui
android blackobfuscator control-flow dex gui kotlin obfuscation obfuscator
Last synced: about 1 month ago
JSON representation
This project is an graphical utility based on BlackObfuscator.
- Host: GitHub
- URL: https://github.com/codinggay/blackobfuscator-gui
- Owner: CodingGay
- License: apache-2.0
- Created: 2021-12-19T10:36:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-30T06:41:02.000Z (almost 3 years ago)
- Last Synced: 2023-03-04T21:43:23.294Z (almost 2 years ago)
- Topics: android, blackobfuscator, control-flow, dex, gui, kotlin, obfuscation, obfuscator
- Language: Kotlin
- Homepage:
- Size: 268 KB
- Stars: 83
- Watchers: 3
- Forks: 29
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**[English Version](README_EN.md)**
# BlackObfuscator-GUI
本项目为 [BlackObfuscator](https://github.com/CodingGay/BlackObfuscator) 的 GUI 工具。功能及介绍方面请查看 [BlackObfuscator](https://github.com/CodingGay/BlackObfuscator) 源项目#### 环境说明
1. JDK11或以上#### 运行说明
1. 可直接下载Released包
2. 解压,双击clickme.bat(Windows)或者clickme.sh(MacOS)#### 参数说明
1. Input 要混淆的apk或者dex的路径,可点击右侧图标跳转选择
2. Output 输出保存的apk或者dex的路径,可点击右侧图标跳转选择
3. Depth 混淆深度
4. Rules 要混淆的包名,可换行输入多行#### 运行效果
![](images/image1.png)
![](images/image2.png)
![](images/image3.png)