feature: Add menu to load bin file to test shellcode

This commit is contained in:
yuanyuanxiang
2025-11-08 23:11:34 +08:00
parent 2cb46a57e6
commit b9c5a7af91
5 changed files with 94 additions and 7 deletions

View File

@@ -340,4 +340,8 @@ public:
afx_msg void OnMachineLogout();
void MachineManage(MachineCommand type);
afx_msg void OnDestroy();
afx_msg void OnToolGenShellcodeBin();
afx_msg void OnShellcodeLoadTest();
afx_msg void OnShellcodeObfsLoadTest();
afx_msg void OnObfsShellcodeBin();
};