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

[钩子与API截获] Hook

利用微软提供的Visual C++6.0开发环境,进行了HOOK编程的应用与工作原理介绍,适合初学者进行学习,简单易懂。
Using the Microsoft Visual C++6.0 development environment, the HOOK programming application and working principle, suitable for beginners to learn, easy to understand. (2017-01-09, Visual C++, 171KB, 下载1次)

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

[钩子与API截获] injectDLL

windows编程下的钩子与进程注入的使用方法,里面详细介绍了与安装钩子与进程注入
Windows programming under the hook with the process of injection of the use of the method, which details the installation hook and the process of injection (2016-03-18, Visual C++, 6KB, 下载7次)

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

[钩子与API截获] L13-8

编程从文件student.txt中随机读取第k条记录数据,并显示到屏幕上,k由用户从键盘输入
Programmed to read from the file student.txt random k-record data, and display on the screen, k by the user input from the keyboard (2013-10-27, C/C++, 1KB, 下载4次)

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

[钩子与API截获] InLine-HOOK

现在没有保护的游戏越来越少了,不管游戏开发商采用的是知名的保护软件,还是自己开发的保护,都涉及到驱动。没办法,谁叫我喜欢分析数据了呢那就过保护吧!怎么过,没头绪。先学习一下内核编程吧。主要是内核HOOK。今天就学习一下InLine HOOK。
Fewer games without protection, regardless of game developers using the well-known protection software, or develop their own protection, are related to the drive. No way, who told me like the analysis of the data it over protection bar! How too, no clue. First learn kernel programming. Mainly the Kernel HOOK. Learn about InLine HOOK. (2013-03-21, Visual C++, 439KB, 下载10次)

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

[钩子与API截获] AAPIHookjiexiP

本文分析了API Hook 系统的实现结构和系统涉及的DLL 注入和AAPI 拦截两项关键技术的多种实现途径,并结合应用给出了编程实现的方法。
This paper analyzes the variety of ways to achieve DLL injection, and AAPI to intercept API Hook system structures and systems involved in two key technology combined with application programming method. (2012-07-25, Visual C++, 93KB, 下载4次)

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

[钩子与API截获] MFC-keyboard

这是一个MFC键盘消息的C++源程序,适用于初学者,当试运行该文件,你可以了解机基于MFC的基本编程过程
this is a programme about MFC keyboard information,it s good for someone who has a little kongwledge about MFC. (2012-04-16, Visual C++, 3540KB, 下载20次)

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

[钩子与API截获] Haskell

<Learn you a Haskell>,极好的Haskell入门书籍。想了解函数式编程的朋友们可以从本书开始接触一下Haskell
<Learn you a Haskell> , Haskell excellent introductory book. To learn functional programming friends came into contact with from the book about Haskell (2011-11-16, Others, 10231KB, 下载25次)

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

[钩子与API截获] UG-OPEN-API

UG OPEN API编程基础,希望对UG二次开发和参数化设计有帮助
UG OPEN API based programming, in the hope UG secondary development and parametric design help (2011-05-05, C++, 5469KB, 下载48次)

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

[钩子与API截获] API

这是一些常用API函数的功能及各参数的介绍,对于不是很了解API编程的应该有一定的帮助。
This is the function of some common API functions and parameters of the introduction, the API programming is not very understanding should be helpful. (2010-04-10, Visual Basic, 662KB, 下载6次)

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

[钩子与API截获] ScreenCapture

此例运用HOOK技术,编写的屏幕捕捉系统,在VC6.0下试验通过,利于学习网络编程的同学学习HOOK技术来编写网络程序。
HOOK technique used in this case, write the screen capture system, under the test adopted by VC6.0, which will help students to learn network programming techniques to learn to write network program HOOK. (2010-03-16, Visual C++, 174KB, 下载14次)

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

[钩子与API截获] learnhook

教你学习钩子编程的电子书,看了以后一定让你受益匪浅!
Hook teach you to learn programming e-books, read your benefit in future! (2009-07-08, Delphi, 7KB, 下载19次)

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

[钩子与API截获] SendInputsimulate200909

通过sendinput控制鼠标的移动功能,可以多学习人家的编程方法,也可以HOOK去尝试新的方法
Sendinput controlled through the movement of the mouse function, can learn from other people' s programming can also be HOOK to try a new approach (2009-06-14, Visual C++, 24KB, 下载26次)

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

[钩子与API截获] listloginuser

listloginuser,小巧精致的API编程样例,实现了列出目前登陆机器的用户列表,包括远程登陆用户。值得学习借鉴!
listloginuser, compact elegant API programming examples, implementation of the machines listed in the current list of users landing, including landing a remote user. Worthwhile to learn from! (2009-03-08, Visual C++, 13KB, 下载3次)

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

[钩子与API截获] APIHookjiexi

本文分析了API Hook 系统的实现结构和系统涉及的DLL 注入和API 拦截两项关键技术的多种实现途径,并结合 应用给出了编程实现的方法。
This paper analyzes the API Hook System structures and systems involved in DLL injection and API to intercept the two key technologies to achieve a variety of channels, combined with the application of given programming approach. (2008-12-11, Visual C++, 92KB, 下载29次)

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

[钩子与API截获] shubiao

这是一个鼠标钩子的应用示例程序,该源程序是在C++Builder编程环境下编译通过,运行后可以的到鼠标指向的屏幕坐标位置。
This is a sample application of the mouse hook procedures, the source is in the C++ Builder programming environment to compile is passed, after running to the screen coordinates of the mouse point to the location. (2008-06-01, C++ Builder, 65KB, 下载34次)

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

[钩子与API截获] WindowsNTSystem-CalHooking

这是一篇详细讲解Windows NT内核操作系统的内核Hook编程原理其实实现,并以监控注册为例讲解了Windows的Hook过程!
This is an elaborate in detail the core Windows NT operating system kernel programming Hook In fact, the realization of the principle, and to monitor the registration of the Windows as an example to explain the process of the Hook! (2008-01-15, Others, 27KB, 下载45次)

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

[钩子与API截获] E__vc_mima

源码说明:钩子能截获系统并得理发送给其它应用程序的消息,能完成一般程序无法完成的功能。掌握钩子的编程方法是很有必要的
Source Description: hook to intercept the system and may be sent to other applications Barber news, the general procedure to complete the function can not be completed. Grasp the hook of the programming method is necessary (2007-12-06, Visual C++, 73KB, 下载20次)

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

[钩子与API截获] PasswordSpy

一个纯粹用Windows API实现的获取密码的源程序,使用了Hook技术,Windows系统编程的优秀参考资料
A pure Windows API used to achieve access to the source code, use the Hook technology, Windows System Programming outstanding references (2007-07-22, Visual C++, 141KB, 下载72次)

http://www.pudn.com/Download/item/id/310549.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截获] 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
总计:273