Bitdefender Hypervisor Memory Introspection
windeployer.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2020 Bitdefender
3
* SPDX-License-Identifier: Apache-2.0
4
*/
5
#ifndef _WIN_DEPLOYER_H_
6
#define _WIN_DEPLOYER_H_
7
8
#include "
introtypes.h
"
9
10
INTSTATUS
11
IntWinDepInjectProcess
(
12
_In_
DWORD
AgentTag,
13
_In_opt_
PBYTE
AgentContent,
14
_In_opt_
DWORD
AgentSize,
15
_In_
const
CHAR
*Name,
16
_In_opt_
const
CHAR
*Args
17
);
18
19
INTSTATUS
20
IntWinDepInjectFile
(
21
_In_
PBYTE
FileContent,
22
_In_
DWORD
FileSize,
23
_In_
const
CHAR
*Name
24
);
25
26
#endif // _WIN_DEPLOYER_H_
_In_opt_
#define _In_opt_
Definition:
intro_sal.h:16
IntWinDepInjectFile
INTSTATUS IntWinDepInjectFile(PBYTE FileContent, DWORD FileSize, const CHAR *Name)
Inject a file inside the Windows guest.
Definition:
windeployer.c:294
_In_
#define _In_
Definition:
intro_sal.h:21
INTSTATUS
int INTSTATUS
The status data type.
Definition:
introstatus.h:24
introtypes.h
PBYTE
uint8_t * PBYTE
Definition:
intro_types.h:47
IntWinDepInjectProcess
INTSTATUS IntWinDepInjectProcess(DWORD AgentTag, PBYTE AgentContent, DWORD AgentSize, const CHAR *Name, const CHAR *Args)
Inject a process inside a Windows guest.
Definition:
windeployer.c:137
DWORD
uint32_t DWORD
Definition:
intro_types.h:49
CHAR
char CHAR
Definition:
intro_types.h:56
introcore
include
windeployer.h
Generated by
1.8.13