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

Function initTarget

UM/Driver.h:85–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85bool initTarget(DWORD pid) {
86
87 DWORD procid = pid;
88 STRUCT_OFFSET_ADDRESS = &procid;
89 STATUS_CODE = 6; //work! //but init
90 if (Await_Approval()) {
91 return true;
92 }
93 return false;
94}
95
96ULONG64 GetBase() {
97 ULONG64 base = 0;

Callers 1

mainFunction · 0.85

Calls 1

Await_ApprovalFunction · 0.85

Tested by

no test coverage detected