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

Function CheckCode

Driver/main.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61int errors = 0;
62int CheckCode() {
63
64 return readlocal<int>(process::STATUS_CODE_ADDRESS_REAL);
65}
66OSVERSIONINFOW GetOSVersion() {
67 OSVERSIONINFOW OSInfo{ 0 };
68 RtlGetVersion(&OSInfo);

Callers 1

mainthreadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected