CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - ioctl

搜索资源列表

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

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

    • 发布日期:2008-10-13
    • 文件大小:58.08kb
    • 提供者:陈万通
  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. ioctl04-AddRT

    0下载:
  2. 用ioctl来为系统添加一条路由。添加的路由可以用route命令查看
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:3.51kb
    • 提供者:谢经波
  1. 1

    0下载:
  2. 一下是注册表项 [HKEY_LOCAL_MACHINE\\Drivers\\BuiltIn\\SDMMC] \"Dll\"=\"sdmmc_loader.dll\" \"Prefix\"=\"SML\" \"Order\"=dword:2 \"Ioctl\"=dword:4 \"Class\"=dword:01 \"SubClass\"=dword:80 \"ProgIF\"=dword:0 \"DeviceID\"=dword:1100 \"Vendor
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:13.97kb
    • 提供者:as fa
  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. IOCTL

    0下载:
  2. IOCTL 应用程序与驱动通信,我只写了应用程序读驱动里面的东西。-IOCTL communication applications and drivers, I just write the application reading drive inside.
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-30
    • 文件大小:23.51kb
    • 提供者:mingming
  1. IOCTL_Test

    0下载:
  2. usb驱动开发,IOCTL的读写操作,供大家学习用-usb-driven development, IOCTL operation of reading and writing for everyone to learn
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-29
    • 文件大小:8.21kb
    • 提供者:dante
  1. WMIClient

    0下载:
  2. 不像IOCTL_NDIS_QUERY_GLOBAL_STATS IOCTL,Windows Management Instrumentation(WMI)接口可以用于查询小端口驱动信息,即可以用来查询NDIS小端口驱动支持的OID。本文示例是查询无线网络的信号强度。-Unlike IOCTL_NDIS_QUERY_GLOBAL_STATS IOCTL, Windows Management Instrumentation (WMI) interfaces can be used to query
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:52.38kb
    • 提供者:lie
  1. app

    0下载:
  2. Window application for Ioctl
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1.26mb
    • 提供者:jaosn
  1. VBdynamicloadingdriveandusetheIOCTLcommunication.r

    0下载:
  2. VB 动态加载驱动并使用IOCTL通讯 -VB dynamic loading drive and use the IOCTL communication
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:2.48kb
    • 提供者:sying
  1. VB_IOCT

    0下载:
  2. VB 动态加载驱动并使用IOCTL通讯程序-VB Dynamic load drive and use the IOCTL communication program
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:2.31kb
    • 提供者:林帆
  1. IOCTL

    0下载:
  2. IOCTL助手,分析IOCTL定义,并能智能定义IOCTL值。-IOCTL Assist
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:233.7kb
    • 提供者:张名书
  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. C_Sharp_Ripper

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

    • 发布日期:2017-04-04
    • 文件大小:40.23kb
    • 提供者:raport11
  1. sunny20111128

    0下载:
  2. ioctl 功能列表 ioctl 功能列表-hello every body hello every body
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:376.1kb
    • 提供者:makun
  1. SSDT-Hook-Driver-and-mfc-interface

    0下载:
  2. HOOK SSDT中SetInformation 函数的 驱动程序 配有mfc的用户模式界面 实现了Createfile readfile writefile IOCTL 这几个分发函数 在IOCTL中实现了对SetInformation函数的HOOK-SSDT Hook Driver test with mfc interface
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-28
    • 文件大小:10.62mb
    • 提供者:yangzhe
  1. spti

    0下载:
  2. spti code,send ioctl to driver.
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-04
    • 文件大小:30.53kb
    • 提供者:amon
  1. uIOCTL_Teests

    0下载:
  2. usb驱动开发,IOCTL的读读写操作,供大家学习用可直接使用。 -usb driver development IOCTL read read and write operations for all learning can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-18
    • 文件大小:8.43kb
    • 提供者:zhengguoo
  1. WinpkFilter

    3下载:
  2. 一个高性能的网络数据包处理架构,利用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
  3. 所属分类:驱动编程

    • 发布日期:2014-01-23
    • 文件大小:5.57mb
    • 提供者:awe
  1. nouveau_ioc32

    0下载:
  2. 32-bit ioctl compatibility routines for the MGA DRM driver for Linux-32-bit ioctl compatibility routines for the MGA DRM driver for Linux..
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-28
    • 文件大小:1.15kb
    • 提供者:tianyuxing9
« 12 »
搜珍网 www.dssz.com