Protect and Windows Defender..

Issues related to VMProtect
Post Reply
V_prot
Posts: 1
Joined: Mon Jan 23, 2023 8:14 am

Protect and Windows Defender..

Post 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
Admin
Site Admin
Posts: 2566
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: Protect and Windows Defender..

Post 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.
Post Reply