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;
this->syscall<PsLookupProcessByProcessId>(
ps_lookup_peproc,
(HANDLE)GetCurrentProcessId(),
(HANDLE)pid,
&peproc
);

Loading…
Cancel
Save