当前位置:
首页
资源下载

搜索资源 - driver keyboard source
搜索资源列表
-
0下载:
实现驱动程序级别的*功能的源代码!!使用vc++6.0实现!!程序可以记录键盘信息,To achieve level keyboard driver source code for the record!! Use vc++ 6.0 to achieve!! Program can record the keyboard information
-
-
0下载:
Windows Mobile下的键盘钩子的源代码,适用于PocketPC上,Windows Mobile keyboard hook under the source code, apply on PocketPC
-
-
0下载:
wince5.0 数字键盘驱动程序,矩阵键盘输入源代码,wince5.0 digital keyboard driver, keyboard input source matrix
-
-
0下载:
站长您好,我刚才上传时“source_code.rar”时,输入说明的时间很长,结果就被说成是没有登录,而且还忘了加上书名,现在我又加上了书名,请用这个吧。谢谢!希望给多开通下载数量哦!
《寒江独钓----windows内核安全编程》 的随书源代码(2009.6新书)
comcap Windows串口过滤驱动实例
ctrl2cap Windows键盘过滤驱动实例
ps2intcap 挂钩中断与IOAPIC型键盘过滤驱动实例
Kb_sniff_Mp 键盘sniff
ramdisk_
-
-
0下载:
Winio做的*(硬件记录)。有时候调用windows的API不能起效。这个是驱动级别的。能成功完成任务。,Keyloggers do Winio (hardware records). Sometimes windows of the API calls can not take effect. This is a driver level. To the successful completion of the task.
-
-
0下载:
个*器(附源代码),能够记录所有的按键信息,包括keyup。记录原始数据,可以通过模拟按键重现。需要vc9的运行库。没有编静态链接的版本。
主要流程:
1、向系统注册一个或者多个原始输入设备
2、在你注册的原始输入设备数据发生变化时,系统发送一个消息及新数据到你的进程
3、调用GetRawInputData或者GetRawInputBuffer来获取这些数据-A keyboard logger (with source code), to record all of the
-
-
1下载:
comcap Windows串口过滤驱动实例
ctrl2cap Windows键盘过滤驱动实例
ps2intcap 挂钩中断与IOAPIC型键盘过滤驱动实例
Kb_sniff_Mp 键盘sniff
ramdisk_wdf 内存虚拟盘实例
DP 硬盘还原示例代码
sfilter 文件过滤静态库
sflt_smpl 文件过滤静态库使用例子
crypt_file 文件系统透明加密代码
minifilter minifilter实例代码
minifilter
-
-
0下载:
键盘过滤驱动源代码,VC++编写的一个完整代码程序,-Keyboard filter driver source code, VC++ Prepared a complete code procedures,
-
-
0下载:
我自己编的基于arm9的矩阵键盘驱动,初学者可以通过这个源代码了解linux驱动程序的基本结构。-I own matrix ARM9-based keyboard-driven, beginners can use the linux source code to understand the basic structure of the driver.
-
-
0下载:
键盘过滤驱动源代码,VC++编写的一个完整代码程序,-Keyboard filter driver source code, VC++ Prepared a complete code procedures,
-
-
1下载:
2007年全国大学生电子设计大赛,A题音频信号分析仪的全部源程序。
单片机为c8051f120,系统时钟倍频至96MHZ。
main.c是一个包含五级菜单的主函数。
FFT.C是进行fft变换,将时域信号变换成频域信号。
flash.c是读写片外flash存储器的程序,可以将分析结果保存,以备调用.
z7290.c是周立功7290键盘芯片的驱动程序.
FFT_xgjis.c是对变换后的频谱进行分析和运算.
FFT_CodeTable.c是一个正弦表,在F
-
-
0下载:
12232液晶驱动和时间显示。矩阵键盘源代码-12,232 liquid crystal display driver and time. Matrix keyboard source code
-
-
0下载:
hook dll driver for keyboard mouse source
-
-
0下载:
linux字符驱动源码,包括键盘,鼠标,pty,tty驱动等-linux-source-driven characters, including keyboard, mouse, pty, tty driver, such as
-
-
1下载:
键盘过滤驱动源码,按1键变8键,按需要可自行修改功能如锁定键盘、记录按键信息等。-Keyboard filter driver source code, a key variable in accordance with 8 key, according to the need to amend its own functions such as locking the keyboard, records and other key information.
-
-
0下载:
键盘过滤驱动得源代码,附有详细得注释,是学习驱动难得的好材料-A keyboard filter driver source code, with detailed notes too, is hard to come by good learning materials-driven
-
-
3下载:
这是《寒江独钓——Windows内核安全编程》配书光盘,源码包括:Windows串口与键盘过滤驱动、Windows虚拟存储设备与存储设备过滤驱动、Windows文件系统过滤驱动、文件系统透明加密/解密驱动、Windows各类网络驱动(包括TDI过滤驱动及3类NDIS驱动),以及最新的WDF驱动开发模型-This is the " Snowy River fishing alone- Windows kernel security programming" book with C
-
-
1下载:
IRP Hook 键盘Logger源代码
键盘Logger是Hook 键盘类驱动Kbdclass的分发函数,在类驱动的下面是端口驱动。用DeviceTree 可以看到PS/2键盘的端口驱动是i8042prt,USB键盘的端口驱动是Kbdhid。无论是PS/2 键盘还是USB键盘,在端口驱动处理完IRP之后都会调用上层处理的回调函数,即KbdClass 处理输入数据的函数。Hook 这个回调函数,不但可以实现兼容PS/2 键盘和USB 键盘的Logger,而且比分层驱动的方法更加隐蔽。-
-
-
0下载:
Minix 键盘驱动程序,能够实现删除单字,删除一行,复原单字,复原一行,快捷键等功能。Minix版本3.1.2
源码,readme,测试用例在文件夹中-Minix keyboard driver, delete the word can be achieved, remove the line, recovery word, recovery line, shortcut keys and other functions. Minix version 3.1.2 source code,
-
-
0下载:
Begin3
Title: USBDOS
Version: 2010-01-30
Entered-date: 2010-01-30
Descr iption: Collection of DOS drivers, for UHCI (USB 1.1 12Mbit/1.5mbit) controllers/ports only
Keywords: DOS USB driver keyboard mouse port uhci ohci ehci xhci
Aut
-