搜索资源列表
将IOCTL发送到筛选器驱动程序
- 将IOCTL 发送到筛选器驱动程序的原代码以及说明文档-will send to filter driver of the original code and documentation
IoctlDecoder
- IOCTL 宏代码解码器。在驱动开发中,经常要用到io控制代码,这个工具可以帮你解释相应的IO控制代码的具体含义。附带了此工具的Win32asm源码。很有用的工具!-IOCTL code decoder. Drivers in the development, which often have to use io control code, This tool can help you explain the corresponding IO control code specific mean
IoCtrlSample.rar
- 这是是NT系统下用户模式和内核模式交互信息的例子,包括应用程序和驱动程序。压缩包内包含了可执行文件和源代码。,Ioctl Sample is a sample application and driver for communicating between user mode and kernel mode on Windows NT operating systems. Binaries and source code.
DrvFltIp
- 防火墙过滤驱动,1) 一个创建设备的驱动程序入口,为通讯创建符号连接和处理IRPs(分派,加载,卸载,创建...)的标准例程。 2)在标准例程里管理IRPs.在我们的代码中,我们实现了四个IOCTL代码:START_IP_HOOK(注册过滤函数),STOP_IP_HOOK(注销过滤函数), ADD_FILTER(安装新的过滤规则),CLEAR_FILTER(清除所有规则). 3)对于我们的驱动,我们实现多个用于过滤的函数。 -Firewall filter dri
C_Sharp_Ripper
- This code shows a way to make a CD ripper in C#. There are APIs from some vendors that allow reading audio CD tracks but it is also possible to do it using APIs that allow low level access to CD drives such as ASPI from Adaptec or IOCTL control codes
spti
- spti code,send ioctl to driver.
WinpkFilter
- 一个高性能的网络数据包处理架构,利用WinpkFilter可以在应用层直接对数据包进行处理,甚至可以在应用层延缓数据包发送-WinpkFilter is a high performance packet filtering framework for Windows that allows developers to transparently filter (view and modify) raw network packets with minimal impact on network
yhbVendsIOCTL
- 将IOCTL 发送到筛选器驱动程序的原代码以及说明文档-Sends the IOCTL to filter driver source code and documentation
Windows Kernel Drivers fuzzer
- windows内核模糊测试的案例,使用的是IOCTL码进行测试的,里面有内联汇编,请在32位下测试(Windows kernel fuzzy test case, using IOCTL code for testing, there are inline compilation, please test in 32 place.)