搜索资源列表
TrackUserIdle_src
- The approach used here is really a simple one. We intercept the mouse and keyboard activities of the user by hooking into the OS s mouse and keyboard events using the API SetWindowsHookEx(). It is important to note that the hooks we are installing ar
Hook_Windows_API
- 这篇文章是有关在OS Windows下挂钩API函数的方法。所有例子都在基于NT技术的Windows版本NT 4.0及以上有效(Windows NT 4.0, Windows 2000, Windows XP)。可能在其它Windows系统也会有效。 你应该比较熟悉Windows下的进程、汇编器、PE文件结构和一些API函数,才能明白这篇文章里的内容。 这里使用\"Hooking API\"这个术语表示对API的完全修改。当调用被挂钩的API时,我们的代码能立刻被执行。我将写下完全
MCH_Demos
- \"process wide\": some demos about hooking APIs/code in your own process OS independent \"system wide\": several demos about system wide API hooking (using hook dlls) OS independent \"system wide - win9x only\": one demo which sho
hookDll
- 键盘钩子程序,EVC工程源码,是一个动态库,用来捕获键盘消息,在键盘消息发给OS前处理一下,是黑客程序或者高级编程人员必备的技能,非常难得的好资料,贡献出来与兄弟们共享。
GDI_ScreenCap
- Code to Capture Screen Image in Windows OS
TestMsgBox
- 通过系统HOOK(WH_CBT),在中文操作系统实现弹出对话框界面上按钮显示中文(如“确定”显示为“OK”)-In Chinese OS,Pop-Dialog Button display English By WH_CBT Hook.
quarkspwdump-master
- 用于恢复Windows密码。可恢复的系统包括XP Win7 Win8 Win2003等系统-uarks PwDump is a native Win32 tool to extract credentials Windows operating systems. It currently extracts : - Local accounts NT/LM hashes+ history - Domain accounts NT/LM hashes+ history - C