Skip to content

Commit 6716e1d

Browse files
authored
Update index.md
1 parent 21d375c commit 6716e1d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/index.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# Deobfuscator [![Build Status](https://ci.samczsun.com/buildStatus/icon?job=java-deobfuscator/Deobfuscator)](https://ci.samczsun.com/job/java-deobfuscator/job/Deobfuscator)
2-
2+
33
This project aims to deobfuscate most commercially-available obfuscators for Java.
44

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+
510
## Quick Start
611

7-
* [Download](https://ci.samczsun.com/job/java-deobfuscator/job/Deobfuscator/) the deobfuscator.
12+
* [Download](https://github.com/java-deobfuscator/deobfuscator/releases) the deobfuscator.
813
* If you know what obfuscators were used, skip the next two steps
914
* Create `detect.yml` with the following contents. Replace `input.jar` with the name of the input
1015
```yaml

0 commit comments

Comments
 (0)