MCPcopy Index your code
hub / github.com/bytecode77/r77-rootkit / Is64BitOperatingSystem

Function Is64BitOperatingSystem

r77api/r77win.c:130–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130BOOL Is64BitOperatingSystem()
131{
132 BOOL wow64;
133 return BITNESS(64) || IsWow64Process(GetCurrentProcess(), &wow64) && wow64;
134}
135BOOL IsAtLeastWindows10()
136{
137 RTL_OSVERSIONINFOW versionInfo;

Callers 4

Is64BitProcessFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
GetStartupCommandFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68