联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 钩子与API截获(273) 

[钩子与API截获] npapi

npapi 编程的创建步骤 完整的例子 以及测试网页
npapi steps to create a complete programming examples and test site (2013-09-08, Visual C++, 88KB, 下载86次)

http://www.pudn.com/Download/item/id/2350531.html

[钩子与API截获] App_mfc

真正的驱动级键鼠模拟。 为电脑添加一对可完全编程控制的键盘鼠标. 支持 WINXP , WIN2003 , WIN2008 , VISTA , WIN7 ,WIN8 , 32位和64位操作系统。 可过时下各种游戏检测。 这个是mfc的示例和驱动
The real driver stage mouse and keyboard simulation. Add computer controlled by a fully programmable keyboard and mouse support WINXP, WIN2003, WIN2008, VISTA, WIN7, WIN8, 32-bit and 64-bit operating system. May become obsolete under the detection of a variety of games. This is mfc example and drive (2013-03-23, Visual C++, 4415KB, 下载112次)

http://www.pudn.com/Download/item/id/2170460.html

[钩子与API截获] hookDll

简单的hook编程,实现对connect函数的hook
hook for connect (2011-03-01, Visual C++, 4291KB, 下载120次)

http://www.pudn.com/Download/item/id/1440527.html

[钩子与API截获] Mousehook

VS2005编程环境下的一个鼠标钩子实例,使用c++,不足之处尽请见谅。。。
VS2005 programming environment of a mouse hook example, use c++, deficiencies do please forgive me. . . (2010-11-08, Visual C++, 1119KB, 下载109次)

http://www.pudn.com/Download/item/id/1339331.html

[钩子与API截获] SSDT-hook

Windows内核态SSDT-hook实现进程隐藏和文件隐藏,代码很规整,学习内核编程的好例子
a good example of studying kernel programing or driver developing, SSDT hook (2009-05-03, C/C++, 5KB, 下载617次)

http://www.pudn.com/Download/item/id/741462.html

[钩子与API截获] hookc++

钩子编程,监视系统消息,对学习钩子程序非常有帮助
Hook programming, surveillance systems news hook for the learning process very helpful (2008-07-23, Visual C++, 1660KB, 下载134次)

http://www.pudn.com/Download/item/id/516174.html

[钩子与API截获] hookDll

键盘钩子程序,EVC工程源码,是一个动态库,用来捕获键盘消息,在键盘消息发给OS前处理一下,是黑客程序或者高级编程人员必备的技能,非常难得的好资料,贡献出来与兄弟们共享。
Keyboard hook procedure, EVC source project, is a dynamic library, used to capture keyboard news, information distributed at the keyboard before the OS handle what is a hacker program or personnel necessary for high-level programming skills, very rare good information, contribute to out with the brothers shared. (2008-06-05, Visual C++, 2401KB, 下载148次)

http://www.pudn.com/Download/item/id/483159.html

[钩子与API截获] CSharp

CSharp编程,调用Winpcap实现抓包
Programming CSharp, call Winpcap capture realize (2008-02-26, C#, 1805KB, 下载123次)

http://www.pudn.com/Download/item/id/406816.html

[钩子与API截获] demo

hook编程实现隐藏进程屏蔽任务管理器.代码无错误!
hook to hide the process of shielding Programming Task Manager. code error-free! (2008-01-24, Visual Basic, 38KB, 下载92次)

http://www.pudn.com/Download/item/id/398573.html

[钩子与API截获] Hook

钩子(hook)是Windows消息处理机制的一部分,用户应用程序设置钩子后就可截获所有Windows系统消息。钩子安装成功后就可通过钩子的过程处理函数处理所截获的消息。通常将钩子的安装及处理函数放在动态链接库中,供系统中每个进程调用。钩子安装后会对系统产生一定的影响。因此在使用完钩子后应及时将其释放掉。 动态链接库编程编译、链接生成的*.dll和*.lib文件可供其他调用DLL的应用程序使用。
Hook (hook) is a Windows message processing part of the mechanism, the user application settings can be intercepted after the hook all Windows system message. After the success of hook can be installed through the process of hook handler to deal with the intercepted message. Usually hook the installation and handling functions on the dynamic link library for the system call for each process. Hook after the installation of the system have a certain impact. Therefore, after you are finished using the hook should be released promptly lost. Dynamic Link Library programming compiler, link-generated*. dll and*. lib files for other applications that call the DLL to use. (2007-11-25, Visual C++, 778KB, 下载76次)

http://www.pudn.com/Download/item/id/364499.html

[钩子与API截获] WindowsAPI

Windows API 参考,是一本不错的电子工具书,Windows编程必备工具
Windows API reference is a good electronic tool, Windows programming tool (2007-11-22, Visual C++, 663KB, 下载151次)

http://www.pudn.com/Download/item/id/362595.html

[钩子与API截获] mousehook

实现适时获取当前鼠标所在窗口的标题,并将其显示在一个EDITBOX中. Windows系统是建立在事件驱动的机制上的,说穿了就是整个系统都是通 过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口, 用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以 实现的功能。钩子的种类很多,每种钩子可以截获并处理相应的消息,如 键盘钩子可以截获键盘消息,外壳钩子可以截取、启动和关闭应用程序的消 息等。本文在VC6编程环境下实现了一个简单的鼠标钩子程序,并对Win32 全局钩子的运行机制、Win32 DLL的特点、VC6环境下的MFC DLL以及共享数 据等相关知识进行了简单的阐述。 (2007-07-27, Visual C++, 21KB, 下载78次)

http://www.pudn.com/Download/item/id/312319.html

[钩子与API截获] CTConnect

Dialogic CTC 说明CTC编程C_API
Dialogic CTC CTC Programming note C_API (2007-07-09, C++, 8694KB, 下载309次)

http://www.pudn.com/Download/item/id/305925.html

[钩子与API截获] HookPro

介绍了windows下钩子编程的方法,有具体代码,一个例子和说明文档
windows on the hook under the program, with specific codes, and an example of documentation (2007-04-12, Visual C++, 104KB, 下载152次)

http://www.pudn.com/Download/item/id/267265.html

[钩子与API截获] PreventClose_src

BCB钩子编程例子. 利用Hook API来禁止CTRL+ALT+DEL按键.某大侠之作,不可不看.
BCB hook programming examples. Use Hook API to prohibit CTRL ALT DEL keys. A heroes that make must-see. (2006-03-17, C++ Builder, 67KB, 下载90次)

http://www.pudn.com/Download/item/id/155199.html

[钩子与API截获] Windows API源代码

windowsAPI编程的例子,用户可以直接查看并使用
windowsAPI Programming example, the user can directly view and use (2005-12-16, Visual C++, 5215KB, 下载167次)

http://www.pudn.com/Download/item/id/133961.html

[钩子与API截获] delphi对windows高级编程的很多例子

delphi对windows高级编程的很多例子:delphi实现屏幕落雪效果,按键转汉字,模拟输入法程序,利用消息钩子屏蔽定时器,利用窗口过程钩子截获QQ账号,判断用户目前是否在操作电脑
the windows of many high-level programming examples : delphi screen snow effect keys to Chinese characters, analog input procedures, the use of news hook shielding timers, the process of using the window hook intercepted QQ account, judge whether the user to operate a computer ... . (2005-12-07, Delphi, 3855KB, 下载153次)

http://www.pudn.com/Download/item/id/131095.html

[钩子与API截获] WindowsAPIhook

Windows系统钩子编程示例,包括鼠标、键盘的系统钩子!
Windows Hook programming examples, including the mouse, keyboard system hook! (2005-10-15, Delphi, 171KB, 下载109次)

http://www.pudn.com/Download/item/id/118228.html

[钩子与API截获] Kingsoft-Hook

金山词霸的屏幕取词技术,利用了 DLL编程,非常值得学习。
the screen get word technology of kingsoft powerword,use dll program, it s worthy of study (2005-01-25, Visual C++, 52KB, 下载712次)

http://www.pudn.com/Download/item/id/1106626293966538.html

[钩子与API截获] IE_Hook

关于IE的一个钩子编程技术
on a hook Programming (2004-11-04, C/C++, 17KB, 下载205次)

http://www.pudn.com/Download/item/id/1099535775371902.html
总计:273