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 075c8aa commit 5e35a33Copy full SHA for 5e35a33
TitanHide/hooks.cpp
@@ -480,7 +480,7 @@ static NTSTATUS NTAPI HookNtQueryInformationProcess(
480
481
__try
482
{
483
- ProbeForWrite(ProcessInformation, sizeof(HANDLE), sizeof(HANDLE));
+ ProbeForWrite(ProcessInformation, sizeof(HANDLE), 4);
484
485
if (ReturnLength != nullptr)
486
ProbeForWrite(ReturnLength, sizeof(ULONG), 1);
0 commit comments