This commit is contained in:
2026-06-23 13:16:04 +08:00
parent 60884491e7
commit 8dc46d22ff
2 changed files with 69 additions and 0 deletions
@@ -0,0 +1,10 @@
#pragma once
#include "Base.h"
namespace process_notify_callback
{
auto install_process_notify()->NTSTATUS;
auto remov_process_notify()->NTSTATUS;
}