Skip to content

Commit

Permalink
Update winternlex.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Lafko authored Nov 25, 2024
1 parent f36b4c4 commit da77fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SKLib/src/winternlex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ void winternl::InitImageInfo(PVOID pImageBase)

winternl::NtLockVirtualMemory = (fnNtLockVirtualMemory)((ULONG64)winternl::ntoskrnlBase + offsets.NtLockVirtualMemory);
if (!offsets.NtLockVirtualMemory) {
DbgMsg2("[WINTERNL] Failed getting NtLockVirtualMemory!");
DbgMsg("[WINTERNL] Failed getting NtLockVirtualMemory!");
DebugBreak();
}
winternl::PsEnumProcesses = (fnPsEnumProcesses)((ULONG64)winternl::ntoskrnlBase + offsets.PsEnumProcesses);
Expand Down

0 comments on commit da77fa4

Please sign in to comment.