搜索资源列表
将IOCTL发送到筛选器驱动程序
- 将IOCTL 发送到筛选器驱动程序的原代码以及说明文档-will send to filter driver of the original code and documentation
Manipulating_the_Keyboard_Lights_in_NT_src
- This code demonstrates manipulation of the keyboard indicator lights in Windows NT 4.0. A few relevant values were borrowed from the DDK headers, so it is not necessary to have the DDK installed, to build these sources. There s really nothing f
ioctl
- 用c开发的ioctl源代码-developed using ioctl source code
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
D12isoDriver
- 周立功D12开发板中带的WINDOWS XP驱动程序,在编译后会出现USB设备不能正常工作. 以下是修改的代码,修改后可以正常工作. 在d12.c和Ioctl.c中, 将+256去掉,这个会引去枚举设备时,设备描述符的长度不对,修改后: siz = sizeof(USB_CONFIGURATION_DEscr iptOR) 在d12.c中的D12_SelectInterface函数中, 设备查询完接口后有一段代码,也会引起驱动返回不对,需要屏蔽下面的代码 // Retrieve the sele
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.
reader
- ST7100 SCI routines IOCTL API descr iption and test code
vlan.1.7m.tar
- vconfig工具源代码,如果感觉加载进程麻烦,直接参考里面的ioctl就可以了-vconfig source code, if you wantn t to load process, use ioctl function directly.
DrvFltIp
- 接收4个IOCTL设备控制代码,作用分别是开始过滤、停止过滤、添加过滤规则和清除过滤规则。其中每一个过滤规则由一个自定义的CIPFilter结构描述,指定了如何对待特定的IP封包。过滤钩子处理封包时,要比较每个用户添加的规则,然后采取相应的行动。-4 receive IOCTL device control code, the role is the beginning of filtration, filtering to stop, add the filter rules and clea
pci
- Linux PCI driver skeleton sample code
ioctl_example
- mDoc driver ioctl example source code
code
- 一个简单的ioctl实现,包含定义ioctl命令、应用程序,通过混杂设备模型实现,可供初学者参考。-A simple ioctl implementation, including the definition of ioctl commands, applications, through the hybrid device model implementation for beginners reference.
led_dev_and_led_test
- 一个在友善mini2440板子上控制led的驱动程序和应用程序,通过混杂设备模型实现,通过完整的ioctl设备方法实现规则实现,友善之臂提供的源码没有利用完整的ioctl实现规则,这里的代码多了ioctl命令定义,ioctl命令检查。在应用程序中多了一个获得led状态的功能。里面附代编译好的模块和程序,可直接加载到mini2440板子上进行实验。-A control board in a friendly mini2440 led drivers and applications, throug
DrvFltIp
- 防火墙过滤驱动,1) 一个创建设备的驱动程序入口,为通讯创建符号连接和处理IRPs(分派,加载,卸载,创建...)的标准例程。 2)在标准例程里管理IRPs.在我们的代码中,我们实现了四个IOCTL代码:START_IP_HOOK(注册过滤函数),STOP_IP_HOOK(注销过滤函数), ADD_FILTER(安装新的过滤规则),CLEAR_FILTER(清除所有规则). 3)对于我们的驱动,我们实现多个用于过滤的函数。 -Firewall filter dri
ioctl
- THIS THE SKELETON CODE FOR KERNEL TIMER IN LINUX-THIS IS THE SKELETON CODE FOR KERNEL TIMER IN LINUX
ioctl
- unix 下网络编程,完成端口模式的网络编程源代码-a unix network programming, network programming completion port model source code
dev-ioctl
- Check that the user compiled against correct version of autofs misc device code.
sound_timer
- Thomas Sailer : ioctl code reworked (vmalloc vfree removed).
dm-ioctl
- It contains only constants, structures, and macros generated the original header, and thus, contains no copyrightable information Source Code for Embedded Linux. -It contains only constants, structures, and macros generated the original header, an
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.)