MCPcopy Create free account
hub / github.com/Spuckwaffel/Kernel-Thread-Driver / GetBase

Function GetBase

UM/Driver.h:96–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96ULONG64 GetBase() {
97 ULONG64 base = 0;
98 STRUCT_OFFSET_ADDRESS = &base;
99 STATUS_CODE = 5; //work! //but base
100 if (Await_Approval()) {
101 return base;
102 }
103}
104
105
106static HWND get_process_wnd(uint32_t pid) {

Callers 1

mainFunction · 0.70

Calls 1

Await_ApprovalFunction · 0.85

Tested by

no test coverage detected