|
Bitdefender Hypervisor Memory Introspection
|
Go to the source code of this file.
Macros | |
| #define | PAGE_RW 0x02ULL |
| #define | PAGE_NX 0x8000000000000000ULL |
Functions | |
| struct data _data | __aligned (1) |
| The section used for this agent is .adata'. More... | |
| __default_fn_attr void | init (void) |
| Allocates memory for detours and agents. More... | |
| __fn_naked void | trampoline (void) |
| The trampoline of the agent. More... | |
| struct data _data __aligned | ( | 1 | ) |
The section used for this agent is .adata'.
| __default_fn_attr void init | ( | void | ) |
Allocates memory for detours and agents.
If an error occurs, the Intocore is notified.
Definition at line 15 of file init.c.
Referenced by trampoline().
| __fn_naked void trampoline | ( | void | ) |