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.
- Host: GitHub
- URL: https://github.com/netomi/destringer
- Owner: netomi
- License: apache-2.0
- Created: 2020-06-05T13:56:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T17:35:22.000Z (almost 6 years ago)
- Last Synced: 2025-04-01T04:06:52.961Z (over 1 year ago)
- Topics: deobfuscation, proguard-core, stringer
- Language: Java
- Homepage:
- Size: 62.5 KB
- Stars: 13
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DeStringer
[](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).