Protect and Windows Defender..

Hello,
I use a program to protect the password, encryption/decryption of files with these methods.

VMProtectBeginMutation(“MemoryProtection::Check”);

VMProtectBeginMutation(“mut_1”);
const char* ret = VMProtectDecryptStringA(“xxxxx”);
VMProtectEnd();

VMProtectBeginMutation(“mut_2”);
VMProtectBeginMutation(“mut_3”);

Windows defender detects the threat, sometimes it doesn’t… most antiviruses do not see the problem. it is a bit of a nuisance… (constantly deleting the file) - there is a method for this - I have the latest version: VMProtect Lite v 3.7.3



File scan: 25 / 69 (virustotal.com)
img: Imgur: The magic of the Internet

It’s called “false positives” and shows a bug inside antivirus. Try to submit your example to the Microsoft support with the following form:
https://www.microsoft.com/en-us/wdsi/filesubmission/

Probably they will fix this bug, but usually they don’t care about quality of their products.