You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project aims to deobfuscate most commercially-available obfuscators for Java.
4
4
5
+
## Updates
6
+
To download an updated version of Java Deobfuscator, go to the [releases tab on the GitHub repo](https://github.com/java-deobfuscator/deobfuscator/releases).
7
+
8
+
If you would like to run this program with a GUI, go to https://github.com/java-deobfuscator/deobfuscator-gui and grab a download. Put the deobfuscator-gui.jar in the same folder as deobfuscator.jar.
9
+
5
10
## Quick Start
6
11
7
-
*[Download](https://ci.samczsun.com/job/java-deobfuscator/job/Deobfuscator/) the deobfuscator.
12
+
*[Download](https://github.com/java-deobfuscator/deobfuscator/releases) the deobfuscator.
8
13
* If you know what obfuscators were used, skip the next two steps
9
14
* Create `detect.yml` with the following contents. Replace `input.jar` with the name of the input
0 commit comments