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

Function ERROR

Driver/utilities.h:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 write_virtual_memory(process::pid, process::process, &i, (PVOID)process::STATUS_CODE_ADDRESS_REAL, sizeof(i));
142 }
143 void ERROR() {
144 int i = 2;
145 write_virtual_memory(process::pid, process::process, &i, (PVOID)process::STATUS_CODE_ADDRESS_REAL, sizeof(i));
146 }
147}
148
149bool null_pfn(PMDL mdl)

Callers 2

InitTargetFunction · 0.85
GetBaseFunction · 0.85

Calls 1

write_virtual_memoryFunction · 0.85

Tested by

no test coverage detected