MCPcopy Create free account
hub / github.com/NullTerminatorr/NullHook / _NULL_MEMORY

Class _NULL_MEMORY

KernelCheatUM/main.cpp:9–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#include <vector>
8
9typedef struct _NULL_MEMORY
10{
11 void* buffer_address;
12 UINT_PTR address;
13 ULONGLONG size;
14 ULONG pid;
15 BOOLEAN write;
16 BOOLEAN read;
17 BOOLEAN req_base;
18 BOOLEAN draw_box;
19 int r, g, b, x, y, w, h, t;
20 void* output;
21 const char* module_name;
22 ULONG64 base_address;
23}NULL_MEMORY;
24
25uintptr_t base_address = 0;
26std::uint32_t process_id = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected