https://github.com/lxgaming/reconstruct
ProGuard Deobfuscator
https://github.com/lxgaming/reconstruct
deobfuscator proguard
Last synced: 6 months ago
JSON representation
ProGuard Deobfuscator
- Host: GitHub
- URL: https://github.com/lxgaming/reconstruct
- Owner: LXGaming
- License: apache-2.0
- Created: 2019-09-17T15:01:49.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T11:43:01.000Z (over 1 year ago)
- Last Synced: 2024-11-05T12:35:15.695Z (over 1 year ago)
- Topics: deobfuscator, proguard
- Language: Java
- Size: 515 KB
- Stars: 138
- Watchers: 6
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Reconstruct
[](https://github.com/LXGaming/Reconstruct/blob/main/LICENSE)

## Usage
```
// Usage
java -jar -jar -mapping -output -exclude
// Example - Client
java -jar reconstruct-cli.jar -jar client.jar -mapping client.txt -output client-deobf.jar
// Example - Server
java -jar reconstruct-cli.jar -jar server.jar -mapping server.txt -output server-deobf.jar -exclude "com.google.,com.mojang.,io.netty.,it.unimi.dsi.fastutil.,javax.,joptsimple.,org.apache."
```
## Library
Repository: `mavenCentral()`
Dependency: `io.github.lxgaming:reconstruct-common:VERSION`
## License
Reconstruct is licensed under the [Apache 2.0](https://github.com/LXGaming/Reconstruct/blob/main/LICENSE) license.