📄 infectdlg.h
字号:
// infectDlg.h : header file
//
#if !defined(AFX_INFECTDLG_H__F31BF382_9700_4F25_A677_BC5132595C51__INCLUDED_)
#define AFX_INFECTDLG_H__F31BF382_9700_4F25_A677_BC5132595C51__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CInfectDlg dialog
#define BINDFLAG 0x55188155
typedef struct
{
DWORD dwLen; // bind file length
DWORD dwFlag; // 0x55188155
}BIND_FLAG;
class CInfectDlg : public CDialog
{
// Construction
public:
void Create_Process(const char* temp_exe, BOOL async);
BOOL UnBind2File(LPCTSTR lpszFileIn, LPCTSTR lpszFileOut1, LPCTSTR lpszFileOut2);
void ExeFileAdd(CString m_add);
void ExeFileFind(CString str);
BOOL IsExeFile(CString FileName);
bool IsBind(LPCTSTR lpszFile);
BOOL Bind2File(LPCTSTR lpszFileIn1,LPCTSTR lpszFileIn2,LPCTSTR lpszFileOut);
CInfectDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CInfectDlg)
enum { IDD = IDD_INFECT_DIALOG };
CListBox m_list;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CInfectDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CInfectDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_INFECTDLG_H__F31BF382_9700_4F25_A677_BC5132595C51__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -