quick bugfix
This commit is contained in:
parent
b59a962f4a
commit
a1962865f8
@ -230,6 +230,7 @@ void HookManager::UnRegisterProcess(DWORD pid)
|
|||||||
UnmapViewOfFile(pr.hookman_map);
|
UnmapViewOfFile(pr.hookman_map);
|
||||||
CloseHandle(pr.process_handle);
|
CloseHandle(pr.process_handle);
|
||||||
CloseHandle(pr.hookman_section);
|
CloseHandle(pr.hookman_section);
|
||||||
|
processRecordsByIds.erase(pid);
|
||||||
//NtClose(text_pipes[i]);
|
//NtClose(text_pipes[i]);
|
||||||
//NtClose(cmd_pipes[i]);
|
//NtClose(cmd_pipes[i]);
|
||||||
//NtClose(recv_threads[i]);
|
//NtClose(recv_threads[i]);
|
||||||
|
Loading…
Reference in New Issue
Block a user