This commit is contained in:
2026-05-27 13:24:57 +08:00
commit 4bf9a42170
21 changed files with 901 additions and 0 deletions
@@ -0,0 +1,11 @@
#pragma once
#include "Base.h"
namespace thread_notify_routine
{
auto create_thread_routine()->NTSTATUS;
auto unload_thread_routine()->NTSTATUS;
}