-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Michael Brunner
authored
Feb 11, 2018
1 parent
07a96ec
commit bc044c6
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
Tested with Stringer 3.0.3 and 3.0.9 |