MCPcopy 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}
66OSVERSIONINFOW GetOSVersion() {
67 OSVERSIONINFOW OSInfo{ 0 };
68 RtlGetVersion(&OSInfo);
69 return OSInfo;
70}
71
72void mainthread()
73{

Callers 1

mainthreadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected