ben-sb / obfuscator-io-deobfuscator

A deobfuscator for scripts obfuscated by Obfuscator.io
https://obf-io.deobfuscate.io
Apache License 2.0
275 stars 61 forks source link

feat: handle cases with direct string arrays #25

Closed ben-sb closed 2 months ago

ben-sb commented 2 months ago

Fixes #23

ben-sb commented 2 months ago

This only adds support for complex string array wrappers (base64 and RC4) around direct string arrays. Don't have a sample with simple (no encoding) wrappers around direct string arrays.