Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
int errors = 0;
62
int CheckCode() {
63
64
return readlocal<int>(process::STATUS_CODE_ADDRESS_REAL);
65
}
66
OSVERSIONINFOW GetOSVersion() {
67
OSVERSIONINFOW OSInfo{ 0 };
68
RtlGetVersion(&OSInfo);
Callers
1
mainthread
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected