Skip to content

Commit 8a4b1b1

Browse files
committed
Update description
1 parent 993911c commit 8a4b1b1

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,14 @@ A GUI for a the popular [java-deobfuscator](https://github.com/java-deobfuscator
55
## What is Deobfuscator-GUI?
66
Deobfuscator-GUI is a GUI for the command line deobfuscator. User interfaces are more intuitive to the average user, allowing more people to use the tool without needing to concern themselves with syntax or configuration files.
77

8-
There are two variants in the repository, one for *Swing* and another for *JavaFX (default)*.
9-
108
## How to Use
119
1. Download the deobfuscator.jar from https://github.com/java-deobfuscator/deobfuscator.
1210
2. Download or build the GUI:
1311
* Download: [releases](https://github.com/java-deobfuscator/deobfuscator-gui/releases/latest)
1412
* Build: Clone the repository then run `mvn package`
15-
3. Run the GUI for either varient:
16-
* JavaFX: Select the `input` and `output` fields, select your transformers from the list, then click `run deobfuscator`
17-
* If `detect` is selected, `output` is not required. This mode will suggest transformers given some obfuscated `input`
18-
* Swing: Follow the instructions in the UI
19-
* Execute with `java -cp deobfuscator-gui.jar io.github.thistestuser.DeobfuscatorFrame`
13+
3. Run the GUI:
14+
* Specify an input and output file, and then add the required libraries and select your transformers.
2015

2116
## Screenshots
2217

23-
![javafx](javafx.png)
24-
2518
![swing](swing.png)

javafx.png

-34.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)