An open API service indexing awesome lists of open source software.

https://github.com/netomi/destringer

A prototype deobfuscator for string encryption applied by stringer.
https://github.com/netomi/destringer

deobfuscation proguard-core stringer

Last synced: about 1 year ago
JSON representation

A prototype deobfuscator for string encryption applied by stringer.

Awesome Lists containing this project

README

          

# DeStringer

[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)

A simple proof-of-concept to deobfuscate jar files protected by [Stringer](https://jfxstore.com/stringer/).

You can use the tool on the command-line like that:

```shell script
./gradlew run --args "obfuscated.jar deobfuscated.jar"
```

It will print the strings it could decrypt and store the result in the file ```deobfuscated.jar```.

License
-------
Code is under the [Apache Licence v2](https://www.apache.org/licenses/LICENSE-2.0.txt).