A simple proof-of-concept to deobfuscate jar files protected by Stringer.
You can use the tool on the command-line like that:
./gradlew run --args "obfuscated.jar deobfuscated.jar"
It will print the strings it could decrypt and store the result in the file deobfuscated.jar
.
Code is under the Apache Licence v2.