For the complete documentation index, see llms.txt. This page is also available as Markdown.

Security Measures

  • Hidden Keywords (Anti-Strings): Hackers cannot find or search for sensitive words like /system/bin/su or magisk in the code because they are fully encrypted into hex bytes.

  • Dynamic Keys: A randomized encryption key is generated for the obfuscation process, making static bypass methods useless.

  • Native C++ Barrier: The security logic is locked inside the C++ layer (Android NDK / iOS CInterop) instead of Java/Kotlin, making it extremely difficult to reverse-engineer or decompile.

Last updated