feat eprocess flag protect

This commit is contained in:
2026-06-09 14:27:13 +08:00
parent 78278820eb
commit 32d8fd5951
2 changed files with 77 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
#pragma once
#ifndef PROCESS_FUNC
#define PROCESS_FUNC
#include "Base.h"
namespace process_function
{
auto eprocess_protect_process_on(UINT32 Pid)->NTSTATUS;
auto eprocess_protect_process_off(UINT32 Pid)->NTSTATUS;
auto kernel_kill_process(UINT32 Pid)->NTSTATUS;
}
#endif // !PROCESS_FUNC