Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
apkreader authored Oct 16, 2020
1 parent 0ea60a7 commit 9687fb5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# ClassFixer

This program is to fix several methods of obfuscators modifying the ClassFile to make it unreadable for decompilers.

Supported Methods:
[ClassFiles which looks like Folders](https://github.com/ItzSomebody/stopdecompilingmyjava/blob/master/decompiler-tool-bugs/entry-012/entry.md)

Usage:
```sh
$ java -jar ClassFixer.jar input.jar
```

0 comments on commit 9687fb5

Please sign in to comment.