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

搜索资源列表

  1. tw2865test

    0下载:
  2. 主要是测试TW2865的寄存器配置,需要驱动加载名称为tw2865dev。-TW2866 driver in linux 2.6.0,
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-05
    • 文件大小:3725
    • 提供者:黄征
  1. InstDrv

    0下载:
  2. 驱动加载工具,可以加载驱动程序,测试可以用-Driver loading tool, you can load the driver, the test can be
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:19238
    • 提供者:任伟
  1. ZwLoadDriver

    0下载:
  2. 调用原始的内核函数进行驱动加载,而不是通过注册服务的形式-Call the original kernel function to drive loads, rather than through the form of registration services
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-05
    • 文件大小:2871
    • 提供者:zzz
  1. sysLoader

    0下载:
  2. VC2008编写。这是个驱动加载器。 非常好用,支持拖动目标驱动文件。 支持目标驱动配置文件,目前搜集了很多高手的精华,使用很长时间了没有BUG-VC2008 write. This is a drive loader. Very easy to use, supports file drag the target drive. Support goal-driven configuration file, the current master to collect a lot of t
  3. 所属分类:Driver Develop

    • 发布日期:2017-06-09
    • 文件大小:16395380
    • 提供者:杜鹏
  1. passTP_ddk

    1下载:
  2. 自写驱动过游戏TP保护,加载驱动后可用CE调试。-TP had the game since the write driver protection, CE debug available after loading the driver.
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-22
    • 文件大小:523740
    • 提供者:蓝色风暴
  1. KmdManager

    0下载:
  2. Delphi加载驱动的源码kmdmanager.exe和汇编的驱动加载工具一样,不过是Dephi写的-Delphi source code to load drivers loading kmdmanager.exe and assembly of the drive tool, but is written Dephi
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-28
    • 文件大小:239742
    • 提供者:黄光
  1. driver-load

    1下载:
  2. 驱动加载程序,可以通过这个程序动态加载驱动程序(sys)-Driver loader, you can dynamically load the driver program
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-09
    • 文件大小:1206787
    • 提供者:尹斌
  1. InstDrv

    0下载:
  2. 驱动加载工具源码. C++,扯上驱动就麻烦些,你懂的。-The drive to load the tool source. C++, link the driver is in trouble, you know.
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-03
    • 文件大小:38273
    • 提供者:黄河
  1. TestLoadSys

    1下载:
  2. 简单的驱动加载!使用用来写驱动读写内存功能,可过NP,TP等外挂检测-Simple driver loaded! Used to write the drive to read and write memory function, can be over-NP, TP plug-in detection! !
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-12-01
    • 文件大小:744120
    • 提供者:咬牙
  1. vfifo

    0下载:
  2. linux下的字符设备驱动代码,用来加载新的驱动-under linux character device driver code, used to load the new driver
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:2503
    • 提供者:池瑞清
  1. USB_Camera_base_on_Video4Linux[1]

    0下载:
  2. USB_Camera_base_on_Video4Linux,详细讲解了如何在嵌入式在进行摄像头的驱动加载与编程-USB_Camera_base_on_Video4Linux, detailed account of how the camera embedded in the driver loading and programming
  3. 所属分类:Video Capture

    • 发布日期:2017-04-02
    • 文件大小:149125
    • 提供者:guoqiang
  1. DiskMon

    0下载:
  2. DiskMon运行在NT4上才加载驱动,在W2k以上平台其使用kernel event tracing实现磁盘活动的监视, 但其驱动可以跑在W2k/XP/2K3/Vista上 该驱动Hook了disk的driver dispatch例程,不仅可以监视磁盘活动,稍微改下还能拦截、修改上层对磁盘的读写, 很容易就可以搞个什么 基于Disk的 -DiskMon only run on NT4 load on the drive, more than W2k platform in i
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-28
    • 文件大小:7742
    • 提供者:sldfl
  1. DiskMon

    0下载:
  2. DiskMon的驱动逆向源码。 DiskMon运行在NT4上才加载驱动,在W2k以上平台其使用kernel event tracing实现磁盘活动的监视, 但其驱动可以跑在W2k/XP/2K3/Vista上-DiskMon driver source code
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-30
    • 文件大小:8231
    • 提供者:Charles Lee
  1. device_loadcodes

    0下载:
  2. 这是Linux下的一个驱动加载测试程序,虽说是测试,但是,代码可并不像简单的打印一个helloworld一样简单。该程序先用gcc把它编译生成目标文件,然后再用insmod codename.o命令进行模块加载。加载以后,本驱动程序将永久保存,直到用卸载命令把它卸除才会消失。-This is a Linux driver to load under the test procedures, although it is tested, but the code is not as simple
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:7635
    • 提供者:
  1. kernel2.6.30

    0下载:
  2. 对于2.6.30.4内核移植于s3c2410开发板的步骤和驱动加载-For the 2.6.30.4 kernel porting steps in s3c2410 development board and driver loading
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-23
    • 文件大小:105091
    • 提供者:张洪超
  1. R0JobObj

    1下载:
  2. 零环作业源码(C++ SYS & VB Window) 使用了炉子的VB驱动加载类-Zero-ring operating source (C++ SYS & VB Window) use of the VB-driven class loading the stove
  3. 所属分类:Windows Develop

    • 发布日期:2015-09-21
    • 文件大小:63256
    • 提供者:fishgs
  1. driverInstallDll

    0下载:
  2. 驱动加载和卸载的DLL,可以用VC编译成DLL 给别人调用-Driver install and uninstall DLL
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-31
    • 文件大小:4011
    • 提供者:SONG
  1. ZwLoadDriver

    0下载:
  2. HOOK ZwLoadDriver 截取驱动加载的信息-HOOK ZwLoadDriver Get the soum thing...........
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-08
    • 文件大小:3047
    • 提供者:朱芮男
  1. ProtectPC

    0下载:
  2. 小精灵主动防御系统的设计与实现(附源码)。一个山寨版的简单的主动防御,代码比较简单, 进程方面:本主动防御系统采用驱动技术对进程创建进行拦截并通知用户,从而使用户了解到未知的恶意程序,达到防范病毒的目的。 文件方面:开启本主动防御将会对新创建的隐藏文件进行提示,从而达到对文件方面的监控。 注册表方面:病毒通常修改注册表,因此本主动防御系统提供了注册表创建功能,同时本主动防御系统还对病毒有可能的各种启动方式进行监控。 驱动方面:开启本主动防御将会对加载的驱动程序进行监控。 恶意
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:2632998
    • 提供者:阿东
  1. filemon

    0下载:
  2. 文件系统监视器,文件系统监视工具源代码,通过动态加载驱动的方式实现对系统所有文件系统操作进行监控,代码包括驱动以及可执行文件的全部源代码-Monitor file system, file system monitoring tool for source code, by dynamically loading a way that drives the system to monitor all file system operations, code-driven, as well as
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:492798
    • 提供者:帅得心里烦
« 1 2 34 5 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com