Update syscall.c

This commit is contained in:
爱编程的叶一笑 2024-07-04 17:57:58 +08:00 committed by GitHub
parent 8bdfbaa550
commit 2cb0f2293b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -226,6 +226,8 @@ _FX BOOLEAN Syscall_Init_List(void)
if (pat)
List_Insert_After(&disabled_hooks, NULL, pat);
pat = Pattern_Create(Driver_Pool, L"ClearEvent", FALSE, 0);
if (pat)
List_Insert_After(&disabled_hooks, NULL, pat);
}
LIST approved_syscalls;