Improvement: Save plugin DLL in memory

This commit is contained in:
yuanyuanxiang
2025-06-10 03:18:29 +08:00
parent a6d2e5551d
commit bd6d00accb
3 changed files with 33 additions and 6 deletions

View File

@@ -675,7 +675,8 @@ typedef struct DllExecuteInfo {
int Size; // DLL <20><>С
int CallType; // <20><><EFBFBD>÷<EFBFBD>ʽ
char Name[32]; // DLL <20><><EFBFBD><EFBFBD>
char Reseverd[56];
char Md5[33]; // DLL MD5
char Reseverd[23];
}DllExecuteInfo;
enum