Feature: Add shellcode injection feature for process management

This commit is contained in:
yuanyuanxiang
2025-11-15 04:19:24 +08:00
parent 416d66bc87
commit 73bbeb6756
8 changed files with 183 additions and 29 deletions

View File

@@ -17,6 +17,7 @@ public:
void ShowWindowsList(void);
void GetWindowsList(void);
void OnReceiveComplete(void);
CWnd* m_pParent;
BOOL m_bHow;
// <20>Ի<EFBFBD><D4BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
enum { IDD = IDD_DIALOG_SYSTEM };
@@ -45,4 +46,5 @@ public:
afx_msg void OnWlistMax();
afx_msg void OnWlistMin();
afx_msg void OnSize(UINT nType, int cx, int cy);
afx_msg void OnPlistInject();
};