aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/utils
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-05-13 18:14:03 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-05-13 18:14:03 +0300
commit6a18023e79b812b2b228303a6d285d845cc10bf9 (patch)
treed47c558d100df676b63694a7a017b51e70dd0b4d /utils
parentlibservice: shorten executable names (diff)
downloadwindows7-drivers-6a18023e79b812b2b228303a6d285d845cc10bf9.tar.gz
windows7-drivers-6a18023e79b812b2b228303a6d285d845cc10bf9.zip
utils: README update
Diffstat (limited to 'utils')
-rw-r--r--utils/README.md7
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) &mdash; 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) &mdash; [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.