feat: Support XOR encrypt for generating service

This commit is contained in:
yuanyuanxiang
2025-01-01 04:54:27 +08:00
parent 9561a5d09d
commit 66923b8807
6 changed files with 36 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
#pragma once
#include "Buffer.h"
// CBuildDlg <20>Ի<EFBFBD><D4BB><EFBFBD>
@@ -23,5 +25,7 @@ public:
CString m_strPort;
afx_msg void OnBnClickedOk();
virtual BOOL OnInitDialog();
Buffer Encrypt(BYTE* buffer, int len, int method);
CComboBox m_ComboExe;
CComboBox m_ComboEncrypt;
};