Search found 2 matches

by std::runtime_error
Wed May 21, 2025 10:30 am
Forum: Technical questions
Topic: Is VMProtectDecryptStringA/W thread-safe?
Replies: 2
Views: 18006

Re: Is VMProtectDecryptStringA/W thread-safe?

Admin wrote: Wed May 21, 2025 9:57 am Yes, these API are thread-safe. You don't need to add a mutex there.
Thanks you!. Btw could I have the latest build?
by std::runtime_error
Tue May 20, 2025 5:08 pm
Forum: Technical questions
Topic: Is VMProtectDecryptStringA/W thread-safe?
Replies: 2
Views: 18006

Is VMProtectDecryptStringA/W thread-safe?

Hello, I’m using VMProtect 3.9.4, build 2345, with MSVC C++. I have a question about the thread safety of VMProtectDecryptStringA/W, and VMProtectFreeString. I always use VMProtectDecryptStringA/W with VMProtectFreeString to prevent runtime memory searching. The documentation states: " If VMPro...