Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
130
BOOL Is64BitOperatingSystem()
131
{
132
BOOL wow64;
133
return BITNESS(64) || IsWow64Process(GetCurrentProcess(), &wow64) && wow64;
134
}
135
BOOL IsAtLeastWindows10()
136
{
137
RTL_OSVERSIONINFOW versionInfo;
Callers
4
Is64BitProcess
Function · 0.85
main
Function · 0.85
main
Function · 0.85
GetStartupCommand
Function · 0.85
Calls
no outgoing calls
Tested by
1
main
Function · 0.68