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