diff --git a/README.md b/README.md index 26d601c..09a484c 100644 --- a/README.md +++ b/README.md @@ -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 +```