ZDoctor 1 Report post Posted November 16, 2017 Hello, I created a Minecraft Deobfuscator. I have a forum here if you would like to read about it. I created with the intention of helping modders retrieve lost code or perhaps help update mods.Basically, it parses a decompiled mod (in a zip file) for .java files then parses those and looks for the obfuscated name provided by the mappings MCPBot, changes them to the deobfuscated version then saves all those files to a zip. I recently rewrote my code making it much more efficent able to analyze a bunch of files and make changes in seconds. To test it I tried deobfuscating the decompiled minecraft jar (after extracting and putting it in a zip) with my program and it was able to parse 2068 files, make 260,247 changes and write them to a zip (along with all non .java files) to the disc in 2.39 seconds. I was wondering if you guys would be interested in the code/or would be able to use it somehow? Share this post Link to post Share on other sites
thatguyherobrine 1 Report post Posted January 30, 2018 Woah woah woah. You made a program that turns mods into source code? That's... cool, I guess. But that worries me. With this program, ANYONE can steal ANYONE ELSE'S code. Share this post Link to post Share on other sites
diesieben07 6107 Report post Posted January 30, 2018 18 minutes ago, thatguyherobrine said: Woah woah woah. You made a program that turns mods into source code? That's... cool, I guess. But that worries me. With this program, ANYONE can steal ANYONE ELSE'S code. You don't understand how Java works. Share this post Link to post Share on other sites
thatguyherobrine 1 Report post Posted January 30, 2018 Clearly not. I'm just an idiot with a computer trying to figure out what the hell i'm doing. Share this post Link to post Share on other sites
Draco18s 1928 Report post Posted March 7, 2018 On 1/30/2018 at 10:14 AM, thatguyherobrine said: Woah woah woah. You made a program that turns mods into source code? That's... cool, I guess. But that worries me. With this program, ANYONE can steal ANYONE ELSE'S code. Go download JD-GUI. Have fun with it. Share this post Link to post Share on other sites
TheRPGAdventurer 3 Report post Posted April 15, 2018 On 3/8/2018 at 4:12 AM, Draco18s said: Go download JD-GUI. Have fun with it. This? http://jd.benow.ca/ Share this post Link to post Share on other sites