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

Class _NULL_MEMORY

KernelCheatYT/memory.h:13–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11PVOID get_system_module_export(LPCWSTR module_name, LPCSTR routine_name);
12
13typedef struct _NULL_MEMORY
14{
15 void* buffer_address;
16 UINT_PTR address;
17 ULONGLONG size;
18 ULONG pid;
19 BOOLEAN write;
20 BOOLEAN read;
21 BOOLEAN req_base;
22 BOOLEAN draw_box;
23 int r, g, b, x, y, w, h, t;
24 void* output;
25 const char* module_name;
26 ULONG64 base_address;
27}NULL_MEMORY;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected