Skip to content

一个可以帮助你进行Windows驱动开发和分析的工具。

Notifications You must be signed in to change notification settings

dybb8999/DriverTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a Windows desktop exe, it can help windows driver developer to do something. For example we have a nt mode driver, we need register and start, normal wo should build registry and use commond:sc start xxx Now we can use this tool.

996.icu LICENSE

Default Style:

Default Style

Extensions 1:

Extensions 1

Extensions 2:

Extensions 2

Getting Started

  1. Download VisualStudio 2015 ,maybe 2013 2017 is ok.
  2. Build wxWidgets 3.1.1
  3. Set project library's path(wxWidgets)
  4. Build

Build and Test

Just double click