搜索资源列表
vxdcall16dll
- 在vxd程序中调用系统d-in vxd procedure call system d
kbd_logger
- 个*器(附源代码),能够记录所有的按键信息,包括keyup。记录原始数据,可以通过模拟按键重现。需要vc9的运行库。没有编静态链接的版本。 主要流程: 1、向系统注册一个或者多个原始输入设备 2、在你注册的原始输入设备数据发生变化时,系统发送一个消息及新数据到你的进程 3、调用GetRawInputData或者GetRawInputBuffer来获取这些数据-A keyboard logger (with source code), to record all of the
vb_hid
- USB通讯源码,VB开发,调用系统API完成-USB communication source, VB development, call the system API completed
ChongDingXiang
- 应用程序打开或关闭文件时,需要由操作 系统来决定如何访问包含了指定文件内容的一个设备。找到设备后, I / O请求会被转发给一个本地设备驱动程序。通过网络来访问一个设备也同样。然而, I / O请求必须通过网络转发给对应的远程设备。我们将其称为“I / O重定向”(I/O Redirection)-Application to open or close a document, required by the operating system to decide how to access
hello2
- 驱动程序的结构,应用程序经过系统调用,进入核心层,内核要控制硬件需要通过驱动程序实现,驱动程序相当于内核与硬件之间的“系统调用”。-Driver structure, the application through system calls, into the core layer, the kernel need to control the hardware driver implementation is equivalent to the kernel and hardware driv
dokan-0.6.0
- dokan是用户态的文件系统驱动,可以称之为fuse for windows。可以用来开发虚拟磁盘,即在“我的电脑”中虚拟出一个硬盘来,可以是硬盘,也可以是可移动磁盘或者网络硬盘。-dokan is the user mode file system driver, you can call it the fuse for windows. Can be used to develop the virtual disk, virtual hard disk in "My Computer", i
kportII_src
- 设计访问数字IO的驱动程序和调用程序,可用驱动数字IO设备。-Call system IO port, driver and its test.
JoyKeys
- 调用joySetCapture方法,向系统申请对某个游戏手柄的捕捉,如果成功申请,系统将会定时将此游戏手柄的状态信息通过消息方式通知到我们的某个窗口上。-Call joySetCapture method, capture a game controller to the system application, if the application is successful, the system will be timing this game controller status infor
NP_Source
- NP启动后通过WriteProcessMemory跟CreateRemoteThread向所有进程注入代码(除了系统进程smss.exe),代码通过np自己的LoadLibrary向目标进程加载npggNT.des。npggNT.des一旦加载就马上开始干“坏事”,挂钩(HOOK)系统关键函数如OpenProcess,ReadProcessMemory,WriteProcessMemory,PostMessage等等。 挂钩方法是通过改写系统函数头,在函数开始JMP到npggNT.des中的
PCSC-FOR-VCPP
- VC中PCSC智能卡接口的编程,介绍在WINDOWS操作系统中如何调用DLL来与智能卡通讯。-Programming in VC PCSC smart card interface, introduced in the WINDOWS operating system, how to call the DLL to communicate with the smart card.
multi
- SSDT恢复源代码,恢复被挂钩的SSDT(系统服务调用函数表)-SSDT recover the source code, recovery by hooking SSDT of (system service call function table)
