was using the wrong pid...

merge-requests/1/merge
xerox 4 years ago
parent 585afda693
commit fd095f230d

@ -101,7 +101,7 @@ namespace vdm
PEPROCESS peproc = nullptr; PEPROCESS peproc = nullptr;
this->syscall<PsLookupProcessByProcessId>( this->syscall<PsLookupProcessByProcessId>(
ps_lookup_peproc, ps_lookup_peproc,
(HANDLE)GetCurrentProcessId(), (HANDLE)pid,
&peproc &peproc
); );

Loading…
Cancel
Save