This commit is contained in:
2026-07-28 15:11:25 +08:00
parent 7ce2ded971
commit 9b00c5f6eb
16 changed files with 233 additions and 73 deletions
@@ -3,9 +3,13 @@
namespace thread_notify_routine
{
extern BOOL g_thread_protect;
extern PKEVENT g_UserEvent;
auto create_thread_routine()->NTSTATUS;
auto unload_thread_routine()->NTSTATUS;
}