-
monndis
一个通过hook ndis层来达到监控的工具,代码不错(a tool for hook ndis)
- 2021-01-24 23:18:43下载
- 积分:1
-
KeyboardHook
VC++ 键盘监控程序,可键盘输入文本,当你按下键盘上的每一个键的时候,它都可以监控到,并弹出窗口告诉你按下的是哪个键,是基于HOOK技术来说的。(VC++ keyboard monitoring procedures, keyboard input text when you press each key on the keyboard, it can be monitored, and the pop-up window telling you which key is pressed, it is based on the HOOK technology.)
- 2013-12-22 15:43:07下载
- 积分:1
-
simpleinjection
Basic windows DLL Injector
- 2011-11-18 15:10:59下载
- 积分:1
-
In-VC-achieve-transparent
有一种按键,看起来是一幅完整的图片,当鼠标移到按键区域时,图片的一部分凸现,形成一个按键,当鼠标移走时又恢复原来状态。(There is a button looks like a complete picture when the mouse is moved to the key areas, the picture is part of the highlights, the formation of a button when the mouse is moved Shiyou restore the original state.)
- 2013-08-10 08:22:52下载
- 积分:1
-
InnerHook
Hook编程。如何安装钩子过程,如何编写全局钩子,动态连接库里的全局变量数据共享问题分析。(Hook programming. How to install the hook process, how to compile the overall hook, 13-17 Dynamic Link global variable data sharing analysis.)
- 2007-07-04 19:40:11下载
- 积分:1
-
KeyHook0
一个简单得键盘钩子程序
仅供初级得学习使用(a simple procedure in keyboard hook only in the initial learning)
- 2006-05-31 23:00:14下载
- 积分:1
-
Direct3DHook
directx 3d hook,用callback的方式,提供endscene()和reset()的hook,很好的例子,供有志于hook dx3d的同学参考学习(directx 3d hook, provide endscene() and reset() hook in call back,good example)
- 2017-01-16 12:39:07下载
- 积分:1
-
Windows-API-programming
Windows API 桌面编程,文件中有源代码及说明,适合大家学习使用(Desktop Windows API programming, source code files and instructions for them to learn to use)
- 2013-05-28 09:22:24下载
- 积分:1
-
1
说明: 使用全局键盘钩子,监听所有键盘消息,内有详细注释(Use global keyboard hook, monitor all keyboard messages, with detailed notes)
- 2010-06-29 16:58:17下载
- 积分:1
-
P3-315
先从键盘输入一个文本文件的文件名(约定:字符数≤127字节,可含路径)和一个字符串(约定:字符数≤20字节,其中不含空格、TAB等,后面称之为Str),再在屏幕上显示该文件的内容。要求显示完内容后,在屏幕上输出文件的行数(行之间以’
’为分隔、每行的长度不定但均≤200个字节)、字符串Str在文件中第1次出现的行号和最后一次出现的行号(查找时不区分大小写、不跨行查找,若未找到,则行号显示为-1)。
(Start with the keyboard input of a text file name (convention: the number of characters to ≤ 127 bytes, and can contain the path) and a string (convention: the number of characters ≤ 20 bytes, which contain spaces, TAB, followed by call Str), the contents of the file is displayed on the screen. Requests display content on the screen the number of rows of the output file (the line between ' n' separated, each line has a variable length but ≤ 200 bytes) string Str file a (find the line number and the last line number is not case-sensitive, cross-bank does not find, If you do not find the line number is displayed as-1).)
- 2012-06-30 12:33:52下载
- 积分:1