diff options
Diffstat (limited to 'utils/README.md')
-rw-r--r-- | utils/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/utils/README.md b/utils/README.md index bb293fc..44c326b 100644 --- a/utils/README.md +++ b/utils/README.md @@ -1,5 +1,12 @@ # Service management utilities +Utilities used to manage (load, start, stop and unload) and communicate with drivers via virtual devices. +Usage examples of some of the drivers in this repository are also included. + +* [libservice](https://github.com/egor-tensin/windows_drivers/tree/master/utils/libservice) — a simple service management library. + Also includes means of communicating with a driver via virtual devices. +* [libnt_path_converter](https://github.com/egor-tensin/windows_drivers/tree/master/utils/libnt_path_converter) — [nt_path_converter](https://github.com/egor-tensin/windows_drivers/src/nt_path_converter) usage examples. + ## Building I've used the compiler shipped with Visual Studio Express 2013 with Update 4 for Windows Desktop. |