open-obfuscator / o-mvll

:electron: O-MVLL is a LLVM-based obfuscator for native code (Android & iOS)
https://obfuscator.re/omvll
Apache License 2.0
574 stars 62 forks source link

Refactor decode logic in `StringEncoding` #47

Closed antoniofrighetto closed 1 week ago

antoniofrighetto commented 2 weeks ago

Refactor out common string decoding logic. Minor opportunity to clean up and unify code style where possible.