搜索资源列表
CharFilter_Class
- CharFilter_Class实例是对CharFilter实例的完善。在CharFilter实例中,我们定义了四个全局变量,这不符合WDM驱动程序的要求,它限制了IRP的可重入性,我们应该使用局部变量。 该实例定义了一个READ_COMPLETION_INFO结构,当有DeviceControl 调用时,就分配一个结构对象,参数设置完后,就将该结构对象地址指针放在I.FileObject()->FsContext中。 -CharFilter_Class CharFilter e
Rtl81x9 End
- vx下Rtl81x9 End Driver-vx under Rtl81x9 End Driver
VBKILLproce
- 使用底层技术结束进程。The use of the underlying technology end of the process.
ZLG500Bdemo
- ZLG500B读卡模块上位机测试程序---如果你没有选择循环测试选项的话,设置完要进行操作的扇区和块以及密码、数据这些参数,把卡放到感应区内后,就可以点击写入数据,读出数据,写入数值,读出数值和加减按钮进行操作。-ZLG500B PC reader module testing procedures -- if you have no choice test cycle options, set up to operate the End of the sector and block and
驱动级结束工具,在CMD下运行
- 驱动级结束工具,在CMD下运行.能结束一切进程。对学习驱动级编程很有帮助.-Driver-level end of the tool, run under CMD. To end all processes. Driver-level programming is helpful for learning.
KillProcess 驱动级进程技术源码 XP 32下稳定
- 驱动级进程技术源码 XP 32下稳定 可以结束微点杀毒软件进程-Drive-level process technology, stable source XP 32-point anti-virus software can end the process of micro-
terminateprocess-(360included)
- 强力结束进程 PspTerminateProcessByPointer 网上代码改的完整的直接有SYS文件-Strong end of the process PspTerminateProcessByPointer a complete online code to change files directly to a SYS
Src_EvilSword
- 一个管理进程的代码,包括了所有WINDOWS下的进程结束方法!-A management process code, including all the approach end of the process under WINDOWS!
block
- linux中断驱动程序的实现,我搞了很长时间爱你才搞出来-struct my_pipe { wait_queue_head_t inq,outq /* read and write queues*/ char*buffer,*end /* begin of buf,end of buf*/ int buffersize /* used in pointer arithmetic*/ char*rp,*wp /* where to read,where to w
ProtectMon
- 驱动开发,根据PID保护进程,HOOK了 SSDT NtOpenProcess函数,至少可以抵御一切R3病毒终结你的进程!!适合新手学习HOOK ssdt的入门研究-Driven development, the protection under the PID process, HOOK the SSDT NtOpenProcess function, at least the end of you against all the process of virus R3!! Suitabl
WinIo
- WinIo 2.0 使用非常简单, 提供一个初始化函数 InitializeWinIo() 和 关闭结束函数 ShutdownWinIo() 在调用初始化函数成功之后, 就可以进行任意端口操作了, 在程序结束时调用关闭结束函数。 -WinIo 2.0 use is very simple, to provide a function to initialize InitializeWinIo () and close the end of function ShutdownWinIo
2Danalyticalforpowerflow_1m
- 根据gloge能流公式编写的一个代码,可以绘出不同长度下光纤出射端的光场分布情况-Gloge energy flow in accordance with the formula prepared by a code, you can draw different lengths of fiber exit end of the distribution of light field
linuxdriver_code_tool
- 本书是一本介绍Linux设备驱动开发理论、框架与实例的书,本书以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和I/O映射以及异步通知、阻塞I/O、非阻塞I/O等Linux 设备驱动理论;字符设备、块设备、TTY设备、I2C设备、LCD设备、音频设备、USB设备、网络设备、PCI设备等Linux设备驱动的架构和框架中各个复杂数据架构和函数的关系,并讲解了大量Linux驱动开发的大量实例,使读者能够独立开发各类Linux设备驱动。-This book
intrlv
- 一种交织方式,主要用于IDMA前端通信中-An intertwined manner, the main front-end communications for IDMA
keyboard_vhdl
- ps2 keyboard with encoding ascii code to 7-segments screeen. LIBRARY ieee USE ieee.std_logic_1164.all USE ieee.std_logic_arith.all USE ieee.std_logic_unsigned.all ENTITY klawa IS PORT ( keyboard_clk, keyboard_data, clock_25MHz,
Chap12
- End user convenience is the keynote of the universal serial bus (USB). The Plug and Play (PnP) concept has simplified the process of installing certain types of hardware on existing PCs. However, configuration issues continue to plague end users with
Chap13
- A Human Interface Device (HID) is one that communicates with the host computer using structured reports. The HID class of devices consists primarily of devices that end users use to interact with computers. The class includes keyboards, mice, and gam
Chap15
- Early in the device driver development process, it’s important to devote some thought to how you’ll distribute your driver and how an end user will install your driver and the hardware it serves. MicrosoftWindows XP and Microsoft Windows 98/Me use a
killProcess
- 结束进程C代码,分完整版本。只是核心的一些代码,希望对你的编程有帮助-End of the process C code
Windows_file_system_filter_driver
- 大约两年以前我在驱动开发网上发表了一组描述如何开发Windows文件系统过滤驱动的文章。非常庆幸这些文章能给大家带来帮助。 原本的文章中我使用了自己编写的代码。我不打算在这里论述代码风格的优劣并发起一场辩论,无可怀疑的是,读者们大多喜欢看到类似微软范例的代码。为此我把文章中的代码换成微软标准的文件过滤驱动范例sfilter的代码。赠于喜欢此书的读者和驱动开发的后来者们。 网友们帮我整理的原版已经非常流行。为了区别起见,称为第二版。 ,-About two ye