Skip to content

Minecraft Source Deobfuscator (originally SRGSRC) is a tool for Minecraft developers that deobfuscates obfuscated Minecraft code.

Notifications You must be signed in to change notification settings

Ri5ux/MinecraftSourceDeobfuscator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MinecraftSourceDeobfuscator is a tool for Minecraft developers that correctly remaps the obfuscated function and field names in a selected set of source files.

Program Arguments

-a (Automatically runs the tool on launch with the specified SRG and SRC directories) -nogui (Disables the graphical interface for use with consoles. Must be used with -a) -help (Shows help)

EXAMPLE: java -jar mc-src-deobf.jar -a "C:\srg" "C:\src" -nogui

Setting up a Development Environment NOTE: Only Eclipse and Windows are supported as of this time

  1. Make sure you have the Java Development Kit installed and added to your system environment variables.
  2. In a Windows Command Prompt run "project setupWorkspace"
  3. Import the project via Eclipse

Building the project

  1. In a Windows Command Prompt run "project setupWorkspace"
  2. Import the project via Eclipse

About

Minecraft Source Deobfuscator (originally SRGSRC) is a tool for Minecraft developers that deobfuscates obfuscated Minecraft code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published