We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b2b71 commit 075c8aaCopy full SHA for 075c8aa
TitanHide/hooks.cpp
@@ -480,7 +480,7 @@ static NTSTATUS NTAPI HookNtQueryInformationProcess(
480
481
__try
482
{
483
- ProbeForWrite(ProcessInformation, sizeof(HANDLE), 1);
+ ProbeForWrite(ProcessInformation, sizeof(HANDLE), sizeof(HANDLE));
484
485
if (ReturnLength != nullptr)
486
ProbeForWrite(ReturnLength, sizeof(ULONG), 1);
0 commit comments