From 3bf566a85518793e0ca933e3ddaebd3c73bd5faa Mon Sep 17 00:00:00 2001 From: gmh5225 <2315157@qq.com> Date: Thu, 16 Feb 2023 03:14:41 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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');