# DriverTool **Repository Path**: Hell8008208820/DriverTool ## Basic Information - **Project Name**: DriverTool - **Description**: 一个可以帮助你进行Windows驱动开发和分析的工具。 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-09-04 - **Last Updated**: 2021-02-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://img.shields.io/badge/link-996.icu-red.svg)](https://996.icu) [![LICENSE](https://img.shields.io/badge/license-Anti%20996-blue.svg)](https://github.com/996icu/996.ICU/blob/master/LICENSE) ## Default Style: ![Default Style](https://github.com/dybb8999/DriverTool/blob/master/Picture/Default.jpg) ## Extensions 1: ![Extensions 1](https://github.com/dybb8999/DriverTool/blob/master/Picture/ExtPage1.jpg) ## Extensions 2: ![Extensions 2](https://github.com/dybb8999/DriverTool/blob/master/Picture/ExtPage2.jpg) # 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