Feature: Support anti black-screen in process management

This commit is contained in:
yuanyuanxiang
2025-11-19 05:55:24 +08:00
parent cde6abb34d
commit bd5f5f0547
11 changed files with 143 additions and 48 deletions

View File

@@ -889,7 +889,8 @@ typedef struct DllExecuteInfo {
char Name[32]; // DLL <20><><EFBFBD><EFBFBD>
char Md5[33]; // DLL MD5
int Pid; // <20><>ע<EFBFBD><D7A2><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ID
char Reseverd[19];
char Is32Bit; // <20>Ƿ<EFBFBD>32λDLL
char Reseverd[18];
} DllExecuteInfo;
#pragma pack(pop)