Feature: Add a menu item to build shellcode

This commit is contained in:
yuanyuanxiang
2025-07-26 04:28:02 +08:00
parent b4a6435f7d
commit 4a91da0b68
5 changed files with 85 additions and 7 deletions

View File

@@ -267,4 +267,5 @@ public:
afx_msg LRESULT OnPasswordCheck(WPARAM wParam, LPARAM lParam);
afx_msg void OnToolInputPassword();
afx_msg LRESULT OnShowMessage(WPARAM wParam, LPARAM lParam);
afx_msg void OnToolGenShellcode();
};