資源簡介
1.這是一個基于鉤子技術的鍵盤記錄工具
2.HOOK文件夾下時DLL模塊,SetHook文件夾下是安裝DLL的程序
3.工具可以記錄各種語言(包括中文)及符號,記錄保存在c:\hooktxt.txt目錄下
4.程序記錄窗口標題

代碼片段和文件信息
//?SetHook.cpp?:?Defines?the?entry?point?for?the?application.
//
#include?“stdafx.h“
typedef?BOOL?(*fun)();
int?APIENTRY?WinMain(HINSTANCE?hInstance
?????????????????????HINSTANCE?hPrevInstance
?????????????????????LPSTR?????lpCmdLine
?????????????????????int???????nCmdShow)
{
? //?TODO:?Place?code?here.
HINSTANCE?h=LoadLibrary(“HOOK.dll“);
fun?add=(fun)GetProcAddress(h“InstallHook“);
add();
for?(;;)
{
Sleep(10000);
}
return?0;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????213036??2011-02-22?14:39??新建文件夾\HOOK\Debug\HOOK.dll
?????文件????????687??2011-02-22?14:32??新建文件夾\HOOK\Debug\HOOK.exp
?????文件?????293656??2011-02-22?14:39??新建文件夾\HOOK\Debug\HOOK.ilk
?????文件???????2134??2011-02-22?14:32??新建文件夾\HOOK\Debug\HOOK.lib
?????文件??????18274??2011-02-22?14:39??新建文件夾\HOOK\Debug\HOOK.obj
?????文件????3557192??2011-02-22?14:17??新建文件夾\HOOK\Debug\HOOK.pch
?????文件?????680960??2011-02-22?14:39??新建文件夾\HOOK\Debug\HOOK.pdb
?????文件?????140288??2011-02-22?14:39??新建文件夾\HOOK\Debug\vc60.idb
?????文件??????77824??2011-02-22?14:39??新建文件夾\HOOK\Debug\vc60.pdb
?????文件?????????36??2011-02-22?14:17??新建文件夾\HOOK\Export.def
?????文件???????3206??2011-02-22?14:43??新建文件夾\HOOK\HOOK.CPP
?????文件???????4110??2011-02-22?14:44??新建文件夾\HOOK\HOOK.dsp
?????文件????????533??2011-02-22?14:16??新建文件夾\HOOK\HOOK.dsw
?????文件??????33792??2011-02-22?14:44??新建文件夾\HOOK\HOOK.ncb
?????文件??????48640??2011-02-22?14:44??新建文件夾\HOOK\HOOK.opt
?????文件????????242??2011-02-22?14:39??新建文件夾\HOOK\HOOK.plg
?????文件?????213036??2011-02-22?14:39??新建文件夾\SetHook\Debug\HOOK.dll
?????文件?????155698??2011-02-22?14:40??新建文件夾\SetHook\Debug\SetHook.exe
?????文件?????165704??2011-02-22?14:40??新建文件夾\SetHook\Debug\SetHook.ilk
?????文件???????2404??2011-02-22?14:40??新建文件夾\SetHook\Debug\SetHook.obj
?????文件????1910968??2011-02-15?16:26??新建文件夾\SetHook\Debug\SetHook.pch
?????文件?????418816??2011-02-22?14:40??新建文件夾\SetHook\Debug\SetHook.pdb
?????文件??????54773??2011-02-15?16:26??新建文件夾\SetHook\Debug\StdAfx.obj
?????文件??????82944??2011-02-22?14:40??新建文件夾\SetHook\Debug\vc60.idb
?????文件?????176128??2011-02-22?14:40??新建文件夾\SetHook\Debug\vc60.pdb
?????文件???????1215??2011-02-15?16:25??新建文件夾\SetHook\ReadMe.txt
?????文件????????477??2011-02-22?14:40??新建文件夾\SetHook\SetHook.cpp
?????文件???????4182??2011-02-15?16:25??新建文件夾\SetHook\SetHook.dsp
?????文件????????539??2011-02-15?16:25??新建文件夾\SetHook\SetHook.dsw
?????文件??????41984??2011-02-22?14:40??新建文件夾\SetHook\SetHook.ncb
............此處省略12個文件信息
- 上一篇:8×8點陣取模
- 下一篇:Spring MVC4 中文高清 PDF (壓縮包)
評論
共有 條評論