Page 1 of 1

Protect and Windows Defender..

Posted: Mon Jan 23, 2023 8:26 am
by V_prot
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: https://i.imgur.com/35l82Su.png

Re: Protect and Windows Defender..

Posted: Mon Jan 23, 2023 9:12 am
by Admin
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.