How to use VMProtectDecryptStringA properly?
Posted: Fri Nov 14, 2025 12:31 am
Hi VMPSoft admin(s),
I'm using the VMProtect SDK on my code, it's an Qt6 C++ Application, this is the code of the string I want to protect:

This is what it shows on VMProtect software:

And the program was packed successfully. Viewing the program using IDA or something would not expose the string, however, when using ProcessHacker to view the memory at runtime, the string is still in there:

Does that mean I'm misusing the function, or something else? Thanks in advance!
I'm using the VMProtect SDK on my code, it's an Qt6 C++ Application, this is the code of the string I want to protect:
This is what it shows on VMProtect software:
And the program was packed successfully. Viewing the program using IDA or something would not expose the string, however, when using ProcessHacker to view the memory at runtime, the string is still in there:
Does that mean I'm misusing the function, or something else? Thanks in advance!