diff --git a/README.md b/README.md index 6e67437..4115d96 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Expanding Kernel Lazy Importer +## Features +- Hiding Global Variables +- Using random seeds + ## Example ```C++ auto pExAllocatePoolWithTag = KLI_CALL(ExAllocatePoolWithTag, NonPagedPool, PAGE_SIZE, 'enoN');