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
10
typedef
struct
_WIN_PROCESS_MODULE
WIN_PROCSSS_MODULE
;
11
12
INTSTATUS
13
IntWinDagentCheckSuspiciousDllLoad
(
14
_In_
WIN_PROCESS_MODULE
*Module
15
);
16
17
#endif // _WINUMDOUBLEAGENT_H_
_In_
#define _In_
Definition:
intro_sal.h:21
INTSTATUS
int INTSTATUS
The status data type.
Definition:
introstatus.h:24
_WIN_PROCESS_MODULE
Definition:
winummodule.h:30
IntWinDagentCheckSuspiciousDllLoad
INTSTATUS IntWinDagentCheckSuspiciousDllLoad(WIN_PROCESS_MODULE *Module)
Checks if the given module is suspicious of loading through the double agent technique and calls the ...
Definition:
winumdoubleagent.c:785
introcrt.h
introcore
include
winumdoubleagent.h
Generated by
1.8.13