From 35d046ece6e06bb3a5e50bae95a519b2d7c89dea Mon Sep 17 00:00:00 2001 From: xerox Date: Tue, 2 Jun 2020 01:37:59 +0000 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4ace68..45a1f04 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # nozzle -header only library for manually mapping dll's. \ No newline at end of file +header only library for manually mapping dll's. + +# imports + +only globally mapped dlls (user32.dll, ntdll.dll, kernel32.dll, etc) are resolved. + +# example + +example project contains code for zeroing the dll's memory. \ No newline at end of file