Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Spuckwaffel/Kernel-Thread-Driver
/ GetOSVersion
Function
GetOSVersion
Driver/main.cpp:66–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
return readlocal<int>(process::STATUS_CODE_ADDRESS_REAL);
65
}
66
OSVERSIONINFOW GetOSVersion() {
67
OSVERSIONINFOW OSInfo{ 0 };
68
RtlGetVersion(&OSInfo);
69
return OSInfo;
70
}
71
72
void mainthread()
73
{
Callers
1
mainthread
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected