Bitdefender Hypervisor Memory Introspection
winumdoubleagent.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2020 Bitdefender
3  * SPDX-License-Identifier: Apache-2.0
4  */
5 #ifndef _WINUMDOUBLEAGENT_H_
6 #define _WINUMDOUBLEAGENT_H_
7 
8 #include "introcrt.h"
9 
11 
14  _In_ WIN_PROCESS_MODULE *Module
15  );
16 
17 #endif // _WINUMDOUBLEAGENT_H_
#define _In_
Definition: intro_sal.h:21
int INTSTATUS
The status data type.
Definition: introstatus.h:24
INTSTATUS IntWinDagentCheckSuspiciousDllLoad(WIN_PROCESS_MODULE *Module)
Checks if the given module is suspicious of loading through the double agent technique and calls the ...