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

搜索资源列表

  1. IOTALK

    0下载:
  2. 使用PortTalk及经过改良的函数集进行2KXP下IO口的直接访问,在你的代码中调用OpenCurProcessIOAllAccess(CurWnd: THandle)或者OpenCurrentProcessIOAllAccess(PID: THandle)即可,CurWnd是窗口句柄,PID是进程句柄。-use PortTalk and improved function set for the next IO 2KXP directly to the mouth, in your code
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:2119
    • 提供者:张劲书
  1. minifilter.rar

    0下载:
  2. 《寒江独钓——Windows内核安全编程》“文件系统微过滤驱动”一章的源代码,该代码的主要功能是限制对应用程序“记事本”文件(notepad.exe)的操作,进而达到限制扩展名为txt等使用记事本程序来编辑的功能。 使用net start 驱动名称 net stop 驱动名称 这种方式来安装驱动," Trees and fishing alone- Windows kernel security programming" " file system, m
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-21
    • 文件大小:36263
    • 提供者:张英霞
  1. PE

    0下载:
  2. 基本的驱动编程和客户端,客户端分析PE文件,重定位后,传给驱动,恢复被360 Hook的KifastCallEntry函数,同时,该源码还能实现对大多数安全软件进行强杀,如卡巴,360,瑞星,等等。仅限XP系统。-Basic programming and client-driven, client-side analysis PE file, re-positioning, passing drivers, restore 360 Hook' s KifastCallEntry func
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-09
    • 文件大小:2528583
    • 提供者:zzz
  1. WDM-R-W-IO-DRIVER

    0下载:
  2. 本驱动程序采用WDM驱动编写方式,主要功能是在Windows XP下能够向指定的I/O端口写入一个或多个字节,能够从指定的I/O端口读出一个或多个字节,能够同时支持多个用户程序。 测试程序的功能就是针对驱动程序的各项功能进行测试,看其是否能够正常运行。 -This driver is written using WDM driver mode, the main function is to be able to specify under Windows XP' s I/O po
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-27
    • 文件大小:439983
    • 提供者:hexiaoya
  1. IC_Design

    0下载:
  2. 利用非接触式的IC卡,使用C++编程语言实现公司考勤制度的考勤卡系统,使用时只需下载相关的驱动程序即可实现该功能-The use of non-contact IC card, the use of C++ programming language to achieve the company' s performance appraisal performance appraisal system of the card, when used simply download the re
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-13
    • 文件大小:2662256
    • 提供者:汪艳婷
  1. RegDriver

    0下载:
  2. Ring0级操作注册表!在驱动开发中,经常会用到对注册表的操作,与Win32的API不同,DDK提供另外一套对注册表操作的相关函数,本代码给出了内核模式下对注册表的所有操作实例!-Ring0 registry class operation! At driver development, often used for the operation of the registry with Win32' s API different, DDK provide another set of r
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-15
    • 文件大小:5750
    • 提供者:隔夜茶
  1. S3C2440A

    0下载:
  2. 以三星公司的嵌入式微处理器S3C2440A和夏普公司3.5inLCD屏LQ035Q7DH01为基础,设计了显示硬件电路,介绍了帧缓冲设备的处理机制及底层驱动的接口函数,针对本显示系统给出了如何开发其Linux帧缓冲设备驱动程序。-Samsung' s S3C2440A Embedded Microprocessor 3.5inLCD and Sharp Screen LQ035Q7DH01 based on the design of the display hardware on the
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-24
    • 文件大小:272678
    • 提供者:honghong
  1. mm-dram

    0下载:
  2. This module implements a Linux character-mode device-driver for the processor s installed physical memory. It utilizes the kernel s kmap() function, as a uniform way to provide access to all the memory-zones (including the "high memory" on s
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-30
    • 文件大小:8347
    • 提供者:jeevan
  1. DopeDemoSyncVB.Net

    0下载:
  2. 本源代码为Doli公司的同步控制源代码。其中列举了功能函数及回调函数的使用方法。-Doli' s source code control source code synchronized. Function which lists the function and the callback function to use.
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-07
    • 文件大小:730940
    • 提供者:yongmingwang
  1. Windows-Driver-Tec-Instruction

    0下载:
  2. 本书主要介绍了驱动开发的过程,由浅入深,从驱动开发的环境开始讲起,到不同设备的驱动以及驱动开发中常用的函数等,是一本对驱动开发初级程序员帮助很大的书。-This book introduces the driver development process, Deep' s start from the driver development environment to a different device drivers and driver development function is
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-09
    • 文件大小:52309416
    • 提供者:mitnick x
  1. hook_NtLoadDriver

    0下载:
  2. 某强删工具sys的逆向学习. 该驱动主要功能如下:首先是对FSD的hook的处理,RestoreFSDDispatchRoutine-A strong delete tool sys reverse learning the driver main function is as follows: First, the treatment of FSD' s hook, RestoreFSDDispatchRoutine
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-07
    • 文件大小:4708
    • 提供者:ljh
  1. xPCaCanDriver

    0下载:
  2. matlab/xPC平台下CAN总线驱动模块的实现,包括初始化部分和收发部分,在Matlab6.5和Matlab7.0环境下调试。-CAN driver code writen by S-function on the matlab/xPC platform.
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-02
    • 文件大小:960170
    • 提供者:hujiangfeng
  1. utils

    0下载:
  2. 这是TI公司推出的微型的嵌入式输出库函数,包含很多C语言中格式化输出的函数-This is TI s launch of the micro- embedded output library functions , including many C language formatted output function
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-08
    • 文件大小:8963
    • 提供者:firkndne
搜珍网 www.dssz.com