reorg: Move commands to common/commands.h

This commit is contained in:
yuanyuanxiang
2024-12-27 19:18:44 +08:00
parent a2975d9471
commit 97ee5bc26f
10 changed files with 158 additions and 258 deletions

View File

@@ -2,6 +2,7 @@
#include <stdio.h>
#include <iostream>
#include <corecrt_io.h>
#include "common/commands.h"
typedef void (*StopRun)();
@@ -18,12 +19,7 @@ IsStoped bExit = NULL;
BOOL status = 0;
struct CONNECT_ADDRESS
{
DWORD dwFlag;
char szServerIP[MAX_PATH];
int iPort;
}g_ConnectAddress={0x1234567,"",0};
CONNECT_ADDRESS g_ConnectAddress = { FLAG_FINDEN,"",0 };
//<2F><><EFBFBD><EFBFBD>Ȩ<EFBFBD><C8A8>
void DebugPrivilege()