Usage - GeckoProject/Deobfer GitHub Wiki
NOTICE: Any precompiled JARs are currently useless as the only way to control I/O jars and mappings files require editing the sources
- Find the version you would like on the releases tab (here)
- Run the jar with
java -jar Deobfer-<version>.jar(command line options will be added soon)
- Ensure you have JDK 8 and Maven installed.
- Git clone this repository with
git clone https://github.com/GeckoProject/Deobfer - Cd into the cloned folder.
cd Deobfer - Run the command
mvn packageto build the output jar intarget/Deobfer-<version>.jar - Use the JAR with
java -jar Deobfer-<version>.jar
This section of the docs may become deprecated as I am planning on adding command line options to release builds.
- Clone the repo.
- Edit line
#38inme.geek.tom.deobfer.DeobferMain(this line) and change the paths. - Build by running the maven goal
package
- Clone the repo.
- Edit line
#38inme.geek.tom.deobfer.DeobferMain(this line) - Build the new JAR by running the maven goal
package