blob: 7dcf89063ebe5eedc2a2f631d4eaaa80b578691c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# Driver utilities
A few usage examples are provided along with the drivers.
Those include:
* [libservice]: utilities to easily install/start/stop/uninstall drivers
(using Windows services),
* [libtest]: [test] driver usage examples,
* [libnt_path_converter]: [nt_path_converter] usage examples.
## Building
To build the utilities:
1. generate the solution windows7_drivers_utils.sln using CMake,
2. build the solution using Visual Studio.
## License
This project is licensed under the terms of the MIT License.
See [License] for details.
[license]: ../README.md#license
[libservice]: libservice/README.md
[libtest]: libtest/README.md
[test]: ../src/test
[libnt_path_converter]: libnt_path_converter/README.md
[nt_path_converter]: ../src/nt_path_converter
|