From bc044c630eac26d164bfd68f9ae006aabfde7de6 Mon Sep 17 00:00:00 2001 From: Michael Brunner Date: Sun, 11 Feb 2018 18:06:02 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d4777c6..bae81bc 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -###About +### About This tool is made for patching jar archives obfuscated and signed with stringer 3.0.x -###What does it do? +### What does it do? Stringer encrypts Strings and decrypts them only if nothing in the jar has been modified. It usually has one or more classes used for decryption and one method that returns a long value. By pressing "Patch" that value is calculated and injected into that method. "Patch Manifest" removes the signature and certificates. ![Screenshot 1](https://i.imgur.com/Ckr7CFm.png) -Tested with Stringer 3.0.3 and 3.0.9 \ No newline at end of file +Tested with Stringer 3.0.3 and 3.0.9