From 6a18023e79b812b2b228303a6d285d845cc10bf9 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 13 May 2015 18:14:03 +0300 Subject: utils: README update --- utils/README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'utils') 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. -- cgit v1.2.3