obfuscator icon indicating copy to clipboard operation
obfuscator copied to clipboard

A java obfuscator (GUI)

Results 70 obfuscator issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/38211367/178862190-80d6038a-6965-4a9e-adaf-a6871a90f7d1.png) it brokey and i couldn't find any solution on other threads

i am new to java and barely know anything, im just trying to make a client for my friends and when i try and obfuscate it the gui is gone...

me.superblaubeere27.jobf.utils.MissingClassException: java/lang/Object (referenced in org/springframework/boot/loader/jar/CentralDirectoryVisitor) is missing in the classPath. at me.superblaubeere27.jobf.JObfImpl.buildHierarchy(JObfImpl.java:140) at me.superblaubeere27.jobf.processors.name.NameObfuscation.transformPost(NameObfuscation.java:115) at me.superblaubeere27.jobf.JObfImpl.processJar(JObfImpl.java:454) at me.superblaubeere27.jobf.ui.GUI.lambda$startObfuscator$15(GUI.java:402) at java.lang.Thread.run(Unknown Source) { "input": "C:\\Users\\SNAPSHOT.jar", "output": "C:\\Users\\obf.jar", "script": "function isRemappingEnabledForClass(node) {\n...

I boot it with zulu platform to which it gives me this response ![image](https://user-images.githubusercontent.com/97790503/156450564-98d78d66-fc01-47df-963b-7f4f214bc501.png) I havnt managed to find any help on previous threads

Bumps [gson](https://github.com/google/gson) from 2.8.2 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies

# Bug Report ### Expected Behaviour NameObfuscation excludes specific methods and fields. ### Actual Behaviour NameObfuscation just obfuscates all methods and fields. ### How to reproduce the behaviour ```json "NameObfuscation":...

The following features were added: 1) Proper update of main class in MANIFEST file. 2) Automatic change for Launcher-Agent-Class in MANIFEST file. 2) Automatic update for FXML files (controller class...

``` Exception in thread "main" java.lang.NullPointerException at java.io.FilterInputStream.read(FilterInputStream.java:133) at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284) at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326) at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178) at java.io.InputStreamReader.read(InputStreamReader.java:184) at java.io.BufferedReader.fill(BufferedReader.java:161) at java.io.BufferedReader.readLine(BufferedReader.java:324) at java.io.BufferedReader.readLine(BufferedReader.java:389) at me.superblaubeere27.jobf.utils.Templates.getResourceFiles(Templates.java:41) at me.superblaubeere27.jobf.utils.Templates.loadTemplates(Templates.java:25) at me.superblaubeere27.jobf.JObf.main(JObf.java:269) Suppressed: java.lang.NullPointerException...

![Screenshot_1](https://user-images.githubusercontent.com/69871397/153685673-51d96c93-aa2a-4c7f-aba0-ebed56a5a5f3.png) ![Screenshot_2](https://user-images.githubusercontent.com/69871397/153685675-9a612abb-467e-4529-b54f-a646ccb65a53.png)