mirror of
https://github.com/yuanyuanxiang/SimpleRemoter.git
synced 2026-01-21 23:13:08 +08:00
Feature: Complete re-group logic and add log control
This commit is contained in:
@@ -269,6 +269,7 @@ enum {
|
||||
TOKEN_SHELL_DATA = 231, // <20>ն˽<D5B6><CBBD><EFBFBD>
|
||||
CMD_EXECUTE_DLL = 240, // ִ<>д<EFBFBD><D0B4><EFBFBD>
|
||||
TOKEN_CLIENT_MSG = 241, // <20>ͻ<EFBFBD><CDBB><EFBFBD><EFBFBD><EFBFBD>Ϣ
|
||||
CMD_SET_GROUP = 242, // <20>ķ<DEB8><C4B7><EFBFBD>
|
||||
};
|
||||
|
||||
enum MachineCommand {
|
||||
@@ -890,7 +891,8 @@ typedef struct MasterSettings {
|
||||
int UsingFRPProxy; // <20>Ƿ<EFBFBD>ʹ<EFBFBD><CAB9>FRP<52><50><EFBFBD><EFBFBD>
|
||||
char WalletAddress[472]; // Wallets
|
||||
int EnableKBLogger; // Since 2025-11-27
|
||||
char Reserved[496]; // Since 2025-11-27
|
||||
int EnableLog; // Since 2025-12-17
|
||||
char Reserved[492]; // Since 2025-11-27
|
||||
} MasterSettings;
|
||||
|
||||
#define MasterSettingsOldSize 500
|
||||
|
||||
Reference in New Issue
Block a user