Init: Migrate SimpleRemoter (Since v1.3.1) to Gitea

This commit is contained in:
yuanyuanxiang
2026-04-19 19:55:01 +02:00
commit 5a325a202b
744 changed files with 235562 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
#pragma once
#include <wtypes.h>
/******************************* WinOS RAT Adapter ****************************************/
#define TOKEN_GETVERSION 4
#define TOKEN_ACTIVED 202
enum SENDTASK {
TASK_MAIN,
TASK_PLUG,
};
struct DllSendData {
SENDTASK sendtask;
WCHAR DllName[255]; // DL名称
BOOL is_64; // 位数
int DataSize; // DLL大小
WCHAR szVersion[50]; // 版本
WCHAR szcommand[1000];
int i;
};