Dreamfinity / McDeob

Re-mapping and deobfuscation tool for Minecraft

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

McDeob

Java CI with Maven GitHub release (latest by date including pre-releases) GitHub All Releases GitHub issues GitHub closed issues GitHub pull requests GitHub

McDeob is a re-mapping and deobfuscation tool for Minecraft server/client jars.
This tool will download the appropriate Minecraft server/client jar along with the mappings for that version, then it will proceed to remap the jar and optionally decompile it. The decompile output will be a jar file. Simply unzip that jar file to find all your remapped/decompiled Minecraft code.

Running

Details for installing and running McDeob can be found on the WIKI

Note:

The remapping process takes around 5 minutes (give or take). Whilst its remapping you will see the progress in the app.
The decompiling process on the other hand takes about 12 minutes. Currently there is no progress in the app, so just wait til the app says its completed.

SUPER IMPORTANT NOTE

The files output by this app are for your own personal use only.
The mappings used to decompile are provided by Mojang, but come with a hefty copyright from Microsoft.
You can use these files personally however you see fit, but you are not permitted to distribute them, since they do contain proprietery Minecraft code.
That said, you may NOT upload the resulting files to something like GitHub.

Preview

Compiling

If you wish to compile this yourself, simply clone the repo and run mvn clean package.
Super Simple!!!

Tools

This application uses 2 different tools for the processing of the jar files

  1. Reconstruct by LXGaming = This tool remaps the Minecraft jar using Minecraft's mappings.
  2. Fernflower = This tool is used to decompile the jar file (class files) into usable .java files.

License

This tool shades in both Reconstruct by LXGaming (we are using a modified fork of which you can find HERE) and Fernflower, please see their repos for the appropriate licenses.

About

Re-mapping and deobfuscation tool for Minecraft

License:Apache License 2.0


Languages

Language:Java 100.0%