Use old shellcode+AES loader to build client for Windows Server

This commit is contained in:
yuanyuanxiang
2026-01-12 22:23:04 +01:00
parent 4e79d20828
commit 2c15b842ca
8 changed files with 63 additions and 2 deletions

View File

@@ -591,6 +591,7 @@ enum ClientCompressType {
CLIENT_COMPRESS_UPX = 1,
CLIENT_COMPRESS_SC_AES = 2,
CLIENT_PE_TO_SEHLLCODE = 3,
CLIENT_COMPRESS_SC_AES_OLD = 4,
};
#pragma pack(push, 4)