Skip to content

Commit

Permalink
Update README (java-deobfuscator#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger authored and samczsun committed Oct 11, 2017
1 parent 56e6d9f commit 066c638
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Official transformers are linked via the `Transformers` class.
| --- | --- | --- |
| Allatori.STRING_ENCRYPTION | allatori.StringEncryptionTransformer | Decrypts strings encrypted by Allatori |
| DashO.STRING_ENCRYPTION | dasho.StringEncryptionTransformer | Decrypts strings encrypted by DashO |
| SkidSuite.STRING_ENCRYPTION | skidsuite2.StringEncryptionTransformer | Decrypts strings encrypted by SkidSuite2 |
| Stringer.STRING_ENCRYPTION | stringer.StringEncryptionTransformer | Decrypts strings encrypted by Stringer |
| Stringer.INVOKEDYNAMIC | stringer.InvokedynamicTransformer | Decrypts invokedynamic obfuscated calls by Stringer (Below version 3.0.0) |
| Stringer.REFLECTION_OBFUSCATION | stringer.ReflectionObfuscationTransformer | Decrypts reflection obfuscated calls by Stringer (Below version 3.0.0) |
Expand Down Expand Up @@ -99,6 +100,7 @@ The latest build can be downloaded from my [CI Server](https://ci.samczsun.com/j
[DashO](https://www.preemptive.com/products/dasho/overview)
[DexGuard](https://www.guardsquare.com/dexguard)
[Smoke](https://newtownia.net/smoke)
SkidSuite2 (dead, some forks are listed [here](https://github.com/tetratec/SkidSuite2/network/members))
Generic obfuscation

## FAQs
Expand Down
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Official transformers are linked via the `Transformers` class.
| --- | --- | --- |
| Allatori.STRING_ENCRYPTION | allatori.StringEncryptionTransformer | Decrypts strings encrypted by Allatori |
| DashO.STRING_ENCRYPTION | dasho.StringEncryptionTransformer | Decrypts strings encrypted by DashO |
| SkidSuite.STRING_ENCRYPTION | skidsuite2.StringEncryptionTransformer | Decrypts strings encrypted by SkidSuite2 |
| Stringer.STRING_ENCRYPTION | stringer.StringEncryptionTransformer | Decrypts strings encrypted by Stringer |
| Stringer.INVOKEDYNAMIC | stringer.InvokedynamicTransformer | Decrypts invokedynamic obfuscated calls by Stringer (Below version 3.0.0) |
| Stringer.REFLECTION_OBFUSCATION | stringer.ReflectionObfuscationTransformer | Decrypts reflection obfuscated calls by Stringer (Below version 3.0.0) |
Expand Down Expand Up @@ -82,6 +83,7 @@ The latest build can be downloaded from my [CI Server](https://ci.samczsun.com/j
[DashO](https://www.preemptive.com/products/dasho/overview)
[DexGuard](https://www.guardsquare.com/dexguard)
[Smoke](https://newtownia.net/smoke)
SkidSuite2 (dead, some forks are listed [here](https://github.com/tetratec/SkidSuite2/network/members))
Generic obfuscation

## FAQs
Expand Down

0 comments on commit 066c638

Please sign in to comment.