From eb5c742d09f851d74fbbf0b59c0caf90c7e5307e Mon Sep 17 00:00:00 2001 From: xerox Date: Tue, 9 Jun 2020 05:29:31 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1151275..f324d4f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +# loadup + +Header only library for NtLoadDriver annd NtUnloadDriver. Registry entries and temp files that may be created are deleted when `driver::unload(...)` is called. + # examples loading driver from buffer.