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?