From 115a35516c302d8e36af5bd631b19db055fc4f1c Mon Sep 17 00:00:00 2001 From: xerox Date: Tue, 2 Jun 2020 01:43:54 +0000 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 45a1f04..d195314 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ # nozzle -header only library for manually mapping dll's. +Header only library for manually mapping dll's. # imports -only globally mapped dlls (user32.dll, ntdll.dll, kernel32.dll, etc) are resolved. +Only globally mapped dlls (user32.dll, ntdll.dll, kernel32.dll, etc) are resolved. This was done to limit the scope of the project, if you want to resolve more imports +there are plenty of other hooking libraries (or just use lazy importer). # example -example project contains code for zeroing the dll's memory. \ No newline at end of file +Example project contains code for zeroing the dll's memory. \ No newline at end of file