The Wayback Machine - https://web.archive.org/web/20210319140630/https://github.com/LXGaming/Reconstruct
Skip to content
master
Switch branches/tags
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
cli
Mar 19, 2021
Sep 17, 2019
Sep 17, 2019
Aug 13, 2020
Aug 13, 2020

README.md

Reconstruct

License Maven Central

Usage

// Usage
java -jar <Reconstruct File Name> -jar <Obfuscated jar> -mapping <ProGuard mappings> -output <Deobfuscated jar file> -exclude <Excluded Packages>

// 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 license.