Skip to content

Commit

Permalink
changes in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicPlayerA10 committed Sep 7, 2024
1 parent 7f3c7ab commit d35184f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If you want to use this deobfuscator, you need to start it from your IDE manuall
3. In this class edit the deobfuscator configuration
- `inputJar` - Your obfuscated jar file that you placed in step 1
- `transformers` - Pick transformers that you want to run. You can find them in [`deobfuscator-transformers`](./deobfuscator-transformers) module.
4. Run this class manually from your IDE. You must use pre-configured IntelliJ task named `Bootstrap` that we created OR append `-Djava.security.manager -Djava.security.policy=./security-policy.txt` to the java command's VM options.
4. Run this class manually from your IDE. You MUST use our pre-configured IntelliJ task named `Bootstrap` OR append `-Djava.security.manager -Djava.security.policy=./security-policy.txt` to the java command's VM options.

![tak](./assets/run-deobfuscator.gif)

Expand Down

0 comments on commit d35184f

Please sign in to comment.