Jump to content

Created a deobfuscator.


ZDoctor

Recommended Posts

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.

636463877609744088.PNG

 

I was wondering if you guys would be interested in the code/or would be able to use it somehow?

Link to comment
Share on other sites

  • 2 months later...
  • 1 month later...
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.

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.