plugin: Add an example plugin project for reference
This commit is contained in:
@@ -880,6 +880,7 @@ typedef struct MasterSettings {
|
||||
char WalletAddress[472]; // Wallets
|
||||
} MasterSettings;
|
||||
|
||||
#pragma pack(push, 1)
|
||||
// 100<30>ֽ<EFBFBD>: <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> + <20><>С + <20><><EFBFBD>÷<EFBFBD>ʽ + DLL<4C><4C><EFBFBD><EFBFBD>
|
||||
typedef struct DllExecuteInfo {
|
||||
int RunType; // <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
@@ -887,8 +888,10 @@ typedef struct DllExecuteInfo {
|
||||
int CallType; // <20><><EFBFBD>÷<EFBFBD>ʽ
|
||||
char Name[32]; // DLL <20><><EFBFBD><EFBFBD>
|
||||
char Md5[33]; // DLL MD5
|
||||
char Reseverd[23];
|
||||
int Pid; // <20><>ע<EFBFBD><D7A2><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ID
|
||||
char Reseverd[19];
|
||||
} DllExecuteInfo;
|
||||
#pragma pack(pop)
|
||||
|
||||
enum {
|
||||
SOFTWARE_CAMERA = 0,
|
||||
|
||||
Reference in New Issue
Block a user