CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - IOCTL code

搜索资源列表

  1. 将IOCTL发送到筛选器驱动程序

    0下载:
  2. 将IOCTL 发送到筛选器驱动程序的原代码以及说明文档-will send to filter driver of the original code and documentation
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:58.08kb
    • 提供者:陈万通
  1. Manipulating_the_Keyboard_Lights_in_NT_src

    0下载:
  2. 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
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:6.4kb
    • 提供者:guard2002
  1. ioctl

    0下载:
  2. 用c开发的ioctl源代码-developed using ioctl source code
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:8.27kb
    • 提供者:李文东
  1. IoctlDecoder

    0下载:
  2. 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
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:35.11kb
    • 提供者:guanjie
  1. D12isoDriver

    0下载:
  2. 周立功D12开发板中带的WINDOWS XP驱动程序,在编译后会出现USB设备不能正常工作. 以下是修改的代码,修改后可以正常工作. 在d12.c和Ioctl.c中, 将+256去掉,这个会引去枚举设备时,设备描述符的长度不对,修改后: siz = sizeof(USB_CONFIGURATION_DEscr iptOR) 在d12.c中的D12_SelectInterface函数中, 设备查询完接口后有一段代码,也会引起驱动返回不对,需要屏蔽下面的代码 // Retrieve the sele
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:25.41kb
    • 提供者:haha
  1. IoCtrlSample.rar

    0下载:
  2. 这是是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.
  3. 所属分类:Driver Develop

    • 发布日期:2015-11-22
    • 文件大小:15.62kb
    • 提供者:夜之护者
  1. reader

    0下载:
  2. ST7100 SCI routines IOCTL API descr iption and test code
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:259.88kb
    • 提供者:andrik
  1. vlan.1.7m.tar

    1下载:
  2. vconfig工具源代码,如果感觉加载进程麻烦,直接参考里面的ioctl就可以了-vconfig source code, if you wantn t to load process, use ioctl function directly.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:131.5kb
    • 提供者:阿里
  1. DrvFltIp

    0下载:
  2. 接收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
  3. 所属分类:Firewall-Security

    • 发布日期:2017-03-30
    • 文件大小:7.71kb
    • 提供者:wanglei
  1. pci

    0下载:
  2. Linux PCI driver skeleton sample code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1023byte
    • 提供者:B.J.
  1. ioctl_example

    0下载:
  2. mDoc driver ioctl example source code
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-15
    • 文件大小:6.08kb
    • 提供者:zayin
  1. code

    0下载:
  2. 一个简单的ioctl实现,包含定义ioctl命令、应用程序,通过混杂设备模型实现,可供初学者参考。-A simple ioctl implementation, including the definition of ioctl commands, applications, through the hybrid device model implementation for beginners reference.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:1.53kb
    • 提供者:lifegnwei
  1. led_dev_and_led_test

    0下载:
  2. 一个在友善mini2440板子上控制led的驱动程序和应用程序,通过混杂设备模型实现,通过完整的ioctl设备方法实现规则实现,友善之臂提供的源码没有利用完整的ioctl实现规则,这里的代码多了ioctl命令定义,ioctl命令检查。在应用程序中多了一个获得led状态的功能。里面附代编译好的模块和程序,可直接加载到mini2440板子上进行实验。-A control board in a friendly mini2440 led drivers and applications, throug
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:7.13kb
    • 提供者:lifegnwei
  1. DrvFltIp

    0下载:
  2. 防火墙过滤驱动,1) 一个创建设备的驱动程序入口,为通讯创建符号连接和处理IRPs(分派,加载,卸载,创建...)的标准例程。   2)在标准例程里管理IRPs.在我们的代码中,我们实现了四个IOCTL代码:START_IP_HOOK(注册过滤函数),STOP_IP_HOOK(注销过滤函数), ADD_FILTER(安装新的过滤规则),CLEAR_FILTER(清除所有规则).   3)对于我们的驱动,我们实现多个用于过滤的函数。 -Firewall filter dri
  3. 所属分类:Hook api

    • 发布日期:2017-04-08
    • 文件大小:18.41kb
    • 提供者:test
  1. ioctl

    0下载:
  2. THIS THE SKELETON CODE FOR KERNEL TIMER IN LINUX-THIS IS THE SKELETON CODE FOR KERNEL TIMER IN LINUX
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:16.05kb
    • 提供者:aliakbar
  1. ioctl

    0下载:
  2. unix 下网络编程,完成端口模式的网络编程源代码-a unix network programming, network programming completion port model source code
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:8kb
    • 提供者:吴歆
  1. dev-ioctl

    0下载:
  2. Check that the user compiled against correct version of autofs misc device code.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:5.55kb
    • 提供者:nkvgqer
  1. sound_timer

    0下载:
  2. Thomas Sailer : ioctl code reworked (vmalloc vfree removed).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2.19kb
    • 提供者:phqaoron
  1. dm-ioctl

    0下载:
  2. 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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1.11kb
    • 提供者:fanqunji
  1. Windows Kernel Drivers fuzzer

    0下载:
  2. windows内核模糊测试的案例,使用的是IOCTL码进行测试的,里面有内联汇编,请在32位下测试(Windows kernel fuzzy test case, using IOCTL code for testing, there are inline compilation, please test in 32 place.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-01
    • 文件大小:270kb
    • 提供者:Mick
« 12 »
搜珍网 www.dssz.com