fix win7 getNtSendInput
This commit is contained in:
@@ -13,9 +13,17 @@ namespace process_notify_callback
|
||||
UNREFERENCED_PARAMETER(ParentId);
|
||||
if (!Create)
|
||||
{
|
||||
|
||||
//进程退出时进行 对插链的清理操作
|
||||
if (protect_filter::is_protect_pid(HandleToLong(ProcessId), nullptr))
|
||||
protect_filter::remove_list(HandleToLong(ProcessId), nullptr);
|
||||
protect_filter::remove_protect_list(g_protect_list, HandleToLong(ProcessId), nullptr);
|
||||
|
||||
if (protect_filter::is_white_pid(HandleToLong(ProcessId), nullptr))
|
||||
{
|
||||
|
||||
DbgBreakPoint();
|
||||
protect_filter::remove_protect_list(g_white_list, HandleToLong(ProcessId), nullptr);
|
||||
}
|
||||
}
|
||||
|
||||
/*DbgPrintEx(77, 0, "ParentId:%d | ProcessId:%d | Create:%d\n",
|
||||
|
||||
Reference in New Issue
Block a user