https://github.com/open-obfuscator/dprotect-core
https://github.com/open-obfuscator/dprotect-core
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/open-obfuscator/dprotect-core
- Owner: open-obfuscator
- License: apache-2.0
- Created: 2022-10-11T13:53:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-04T06:16:03.000Z (about 3 years ago)
- Last Synced: 2025-04-29T08:43:54.249Z (about 1 year ago)
- Language: Java
- Homepage: https://obfuscator.re/dprotect
- Size: 4.84 MB
- Stars: 12
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
The core library based on ProguardCORE and used by dProtected
dProtected-Core is a fork of [ProguardCORE](https://github.com/Guardsquare/proguard-core) for the needs
of dProtect. You can find the details about ProguardCORE in the original [README](https://github.com/Guardsquare/proguard-core/blob/master/README.md) and
the official website: https://guardsquare.github.io/proguard-core/
This fork tries to minimize as much as possible the modifications in the code of Proguard. For this purpose most of the
code is located in the [dprotect](https://github.com/open-obfuscator/dprotect-core/tree/dprotect/base/src/main/java/dprotect) package.