Search found 1 match
- Mon Nov 03, 2025 4:42 am
- Forum: Technical questions
- Topic: Incorrect string obtained with VMProtectDecryptStringA on Android ARM64.
- Replies: 1
- Views: 948
Incorrect string obtained with VMProtectDecryptStringA on Android ARM64.
Hello guys. I bought VMProtect Lite for my Android NDK project yesterday. But I found the function VMProtectDecryptStringA can not work. For example, 1. My code: const char *str = VMProtectDecryptStringA("MY SECURE STRING"); printf("Decrypted string: %s\n", str); 2. And then I ru...