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

搜索资源列表

  1. w2k_load

    0下载:
  2. NT 系列操作系统加载驱动程序的工具 可以加载WDM驱动程序-NT operating system loaded Series driver tool will load WDM
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:3.79kb
    • 提供者:张涛
  1. migloader

    0下载:
  2. 使用ZwSetSystemInformation加载驱动程序,我在网上找到的源代码,修改了bug
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:1.94kb
    • 提供者:释智祥
  1. DriverCaller

    0下载:
  2. KPDrv驱动加载器,配合KPDrv一起使用,负责加载驱动。
  3. 所属分类:驱动编程

    • 发布日期:2014-01-18
    • 文件大小:87.96kb
    • 提供者:追风少年
  1. 这个是VS2008和DDK平台搭建教程

    0下载:
  2. 这个是VS2008和DDK平台搭建教程,介绍很详细,包括简单的驱动编写后在虚拟机上运行用windbg抓取log,设置断点等。本人在win7上试验过,可以运行,本人试验时是vmware下跑的xp,用driverMonitor加载驱动,然后win7上跑windbg,完全没问题,有需要者可以下来试试,This is a platform set up VS2008 and DDK tutorial describes in great detail, including the preparation
  3. 所属分类:驱动编程

    • 发布日期:2017-03-28
    • 文件大小:41.45kb
    • 提供者:jfwiofjwe
  1. 描述了如何加载NT式和WDM驱动程序

    0下载:
  2. 驱动加载程序,它描述了如何加载NT式和WDM驱动程序,Driver loader, it describes how to load the NT drivers and WDM
  3. 所属分类:驱动编程

    • 发布日期:2017-03-23
    • 文件大小:6.47kb
    • 提供者:weiqiang
  1. LoadSys.rar

    0下载:
  2. 加载驱动程序的一个例程,供驱动开发爱好者参考。,A software for loading .sys file. It is useful if you are a driver develop programmer
  3. 所属分类:Driver Develop

    • 发布日期:
    • 文件大小:31.97kb
    • 提供者:fish
  1. load_Sys

    0下载:
  2. 驱动程序加载卸载工具 编写RootKit加载驱动程序的测试工具 自己写的-Driver loading and unloading tools prepared RootKit driver load testing tool wrote it myself
  3. 所属分类:Driver Develop

    • 发布日期:2016-01-26
    • 文件大小:33.58kb
    • 提供者:xuezhimeng
  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
    • 文件大小:511.46kb
    • 提供者:蓝色风暴
  1. driver-load

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

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

    1下载:
  2. 另类方法加载驱动,利用ntdll.dll导出函数ZwSetSystemInformation-Alternative method to load the driver, use ntdll.dll export function ZwSetSystemInformation
  3. 所属分类:驱动编程

    • 发布日期:2012-12-10
    • 文件大小:1.39mb
    • 提供者:黄文彬
  1. NTLoaderSources

    0下载:
  2. 一个加载驱动的小工具,vs2010编译,希望各位喜欢-Drive a load of gadgets, vs2010 compile, I hope you like
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-15
    • 文件大小:35.74kb
    • 提供者:wu
  1. LoadDrive

    0下载:
  2. Windows CE上的加载驱动的类,自动加载某个驱动-Windows CE on the type of load-driven, automatically load a driver
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-14
    • 文件大小:2.81kb
    • 提供者:李宁
  1. LoadNTDriver

    0下载:
  2. windows下加载驱动*.sys的源代码,经过VC6.0和DDK调试,可以正常使用,包内还有可以用来测试的SYS文件-windows under load*. sys driver source code, after VC6.0 and DDK debugger can be used normally have bag can be used to test the SYS file
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-01
    • 文件大小:6.5kb
    • 提供者:隔夜茶
  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
    • 文件大小:7.56kb
    • 提供者: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
    • 文件大小:8.04kb
    • 提供者:Charles Lee
  1. LoadDirver

    0下载:
  2. 其实这个不是驱动程序,只是自己写的用来加载驱动程序的。用VC写的,比较简陋。-In fact, this is not a driver, but his writing is used to load the driver. Written with the VC, and rather crude.
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-02
    • 文件大小:20.16kb
    • 提供者:LxX
  1. LoadDriver

    0下载:
  2. 通过服务加载驱动程序,卸载驱动程序,停止和启动驱动-tong guo fu wu jia zai, xiezai, qi dong, ting zhi qu dong cheng xu
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-09
    • 文件大小:1.46mb
    • 提供者:李于
  1. DriverLoader

    0下载:
  2. 驱动加载器源码,可以使用VS2005直接编译成功!-Driver loader source code, you can use the VS2005 directly compile success!
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-16
    • 文件大小:3.92mb
    • 提供者:尹晓飞
  1. 驱动加载成品的

    0下载:
  2. 驱动加载成品的,所以界面是完全仿大家最常用的一款驱动加载工具的。 -Driver loading finished, so the interface is complete duplication of all the most commonly used tools of a driver loaded.
  3. 所属分类:驱动编程

    • 发布日期:2017-11-11
    • 文件大小:6.83kb
    • 提供者:gitti
  1. 内核重C源码和成品驱动

    3下载:
  2. 内核重载 过任意游戏驱动保护源码,目前只重载一个内核。掌握此方法重载多个内核文件可以通杀任意游戏驱动保护和软件HOOK等,大神必备技能,目前只让OD或者CE工具走新内核。WIN7 32系统加载驱动后可以打开OD或CE修改游戏数据了(The kernel is overloaded with an arbitrary game driver protection source, and only one kernel is overloaded at the moment. Mastering t
  3. 所属分类:驱动编程

    • 发布日期:2018-01-09
    • 文件大小:23kb
    • 提供者:寒雪冰熊
« 12 3 4 5 6 »
搜珍网 www.dssz.com