Plugin: Add browser decryption feature

This commit is contained in:
yuanyuanxiang
2025-06-09 14:25:37 +08:00
parent 70d5382fda
commit a6d2e5551d
10 changed files with 193 additions and 0 deletions

View File

@@ -226,6 +226,7 @@ public:
afx_msg LRESULT OnOpenMachineManagerDialog(WPARAM wParam, LPARAM lParam);
afx_msg LRESULT OnOpenProxyDialog(WPARAM wParam, LPARAM lParam);
afx_msg LRESULT OnOpenChatDialog(WPARAM wParam, LPARAM lParam);
afx_msg LRESULT OnOpenDecryptDialog(WPARAM wParam, LPARAM lParam);
afx_msg LRESULT UPXProcResult(WPARAM wParam, LPARAM lParam);
afx_msg BOOL OnHelpInfo(HELPINFO* pHelpInfo);
virtual BOOL PreTranslateMessage(MSG* pMsg);