Windows Defender Antivirus API

Reading Windows API documentation, for example, in MpManagerOpen Function:

https://msdn.microsoft.com/en-us/library/windows/desktop/dn920115(v=vs.85).aspx

I see that the required include MpClient.h file. However, I could not find it anywhere. Does anyone know where I can find this file, or just how to use the API without it (without copying prototypes and structures into my own code) in a C program?

Thanks in advance.

+11
source share
1 answer

I also searched for this headline. I found a copy here: https://github.com/hfiref0x/UACME/blob/master/Source/Shared/mpclient.h

0
source

Source: https://habr.com/ru/post/1267065/


All Articles