This commit is contained in:
2026-07-28 15:11:47 +08:00
parent 9b00c5f6eb
commit e91e372b19
80 changed files with 246075 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
#pragma once
#include "Base.h"
namespace active_check
{
//检测向日葵进程
auto check_awesun_process() -> bool;
//检测Todesk进程
auto check_todesk_process() -> bool;
//检测连连控进程
auto check_asklink_process() -> bool;
//检测网易UU远程进程
auto check_uu_remote_process() -> bool;
//检测远程软件进程
auto check_remote_app_process() -> bool;
}