obfuscator
obfuscator copied to clipboard
A java obfuscator (GUI)
1. Ability to select multiple files 2. Remember last folder opened 3. Default to obfuscator working directory instead of JRE location
# Bug Report java.lang.ClassCastException: java.util.TreeMap cannot be cast to ll at IIl.(ModuleManager.java:19) at Main.main(Main.java:6) TestModule ### How to reproduce the behaviour Try to obfuscate this little example I made, as...
# Feature Request -Nameobf should add a exclude public module feature -If you rename the public module, it has a chance to crash
When I load a cfg through GUI interface the settings are correct but those shown in the editor of the "Config" tab are not. If I upload again, the problem...
When running confusion(Loading classpath...), this exception was thrown, how to solve it?
When I select the name obfuscation function, the following exception output: **me.superblaubeere27.jobf.utils.MissingClassException: java/lang/Object is missing in the classPath.** How to solve this problem?
I may have a very interesting idea: **before:** ``` System.out.println ("Hello World"); for (int i = 0; i
I am trying to obfuscate minecraft fabric mod, I have excluded my mixins from the process but still if I decompile the mod and look into the mixins priate static...
Hello, I saw on your YouTube Video that you entered your main class under --packageMainClass and after obfuscating the jar again, the package names where changed. I wanted tha same...
Please add support for excluding classes/directories from Packager, and support for packaging minecraft mods without needing to go through a lengthy process of editing minecrafts class reference code, as packager...