搜索资源列表
antihook_src
- 代码使用Visual C++ 6.0为开发工具,为了使程序小巧灵活,本人使用了WTL而不是MFC实现软件的界面,所以编译源代码需要安装WTL库。WTL库是微软发布的基于ATL构建的工具库,随源代码一起发布,可以从微软网站下载,也可以从http://www,winmsg.com/cn/orbit.htm下载。本程序使用WTL 7.1,应该也可用WTL 7.5。编译WTL程序需要安装微软的Platform SDK,最好是2002年以后的版本,如果使用Visual Studio 2002或以后的版本可
MouseHook
- C#2005下鼠标全局钩子的实现演示源代码.
EnumHook2.0
- 这是一个钩子检测,枚举程序,可以发现系统中安装了哪些钩子.然后你就可以卸载它了. 这个rar包含原EnumHook工程,但原工程是用RadAsm2.2.1.1汉语增强版编译的,是汇编源代码,我将它重写成c++源码,这样就有利于进一步的开发了.
HookApi_IAT
- api挂接的一段源代码,通过c++类来实现,你只要通过对象调用函数即可
屏幕取词程序(源程序).rar
- 屏幕取词程序(源程序),Screen Procedure (source)
GetScreen
- C++控制台下截取屏幕源代码,研究下吧-C++ source code for the console screen, under the Interception of research under the bar. . . . .
pmqc
- 一个NT下的屏幕取词程序的源代码- Under a NT screen takes the word procedure the source code
CaptureColor
- C鼠标钩子获取桌面颜色并放大图像的源代码,希望对大家有用-C mouse hook to get the desktop color and enlarge the image' s source code, we hope to be useful
CaptureColor
- C++鼠标钩子获取桌面颜色并放大图像的源代码-C++ mouse hook to get the desktop color and the source code for the image to enlarge
CSharpKeyBoardhook
- C#键盘勾子实例以及源代码 可实现屏保效果,也可以监控用户用键盘输入的数据,原代码示例-C# keyboard hook examples and source code can be realized screensaver effects, but also can monitor the user data entered using the keyboard, the original code sample
key
- C++ 键盘记录源代码,键盘记录器和鼠标记录器,-C++ keylogger source code, keyboard recorder and mouse recorder
generalodbcapi
- 应用程序向导已为您创建了这个 Odbconsole 应用程序。 此文件包含组成 Odbconsole 应用程序 的每个文件的内容摘要。 Odbconsole.vcproj 这是用应用程序向导生成的 VC++ 项目的主项目文件。 它包含有关生成此文件的 Visual C++ 版本的信息,以及 有关用应用程序向导选择的 平台、配置和项目功能的信息。 Odbconsole.cpp 这是主应用程序源文件。 ////////////
cPP-source-for-hook-learning-
- 这是windows程序设计(王艳平)一书,hook章节的源代码,方便hook学习-c++ source for hook learning
KeyboardHook
- C# 钩子监控键盘和鼠标的操作记录源代码(C# KeyboardHook code)