#include <stdio.h>
#include <stdint.h>
#include <signal.h>
#include <string.h>
#include <stdbool.h>
#include <windows.h>
◆ BUFFER_SIZE
◆ HypercallProtectProcess()
| uint64_t HypercallProtectProcess |
( |
| ) |
|
|
extern |
◆ HypercallReverseCString()
| uint64_t HypercallReverseCString |
( |
char * |
c_str | ) |
|
|
extern |
◆ HypercallWriteProtectMemory()
| uint64_t HypercallWriteProtectMemory |
( |
void * |
buffer, |
|
|
uint64_t |
length |
|
) |
| |
|
extern |
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
- Examples
- ivcallmon.cc, ivcr3mon.cc, ivexec.cc, ivguestinfo.cc, ivmemwatch.cc, ivprocinfo.cc, ivprocmemdump.cc, ivreadfile.cc, ivservicetable.cc, ivsessions.cc, ivsyscallmon.cc, ivversion.cc, ivwritefile.cc, and vmcall_interface.cc.
◆ mem_protect()
◆ protect_process()
◆ reverse_string()
◆ signal_handler()
| void signal_handler |
( |
int |
_signum | ) |
|