From 9687fb54f375002236fb45a0815526486bec8d18 Mon Sep 17 00:00:00 2001 From: real-xBrownieCodez <72617433+real-xBrownieCodez@users.noreply.github.com> Date: Fri, 16 Oct 2020 23:13:17 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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 +```