From a51f490699d8b9fd645bbe0c2cd11812634d081e Mon Sep 17 00:00:00 2001 From: gmh5225 <2315157@qq.com> Date: Thu, 16 Feb 2023 03:16:19 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f3fc86e..bcf016d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Expanding Kernel Lazy Importer - Use random seeds - Add caching mechanism -## Example +## Example1 ```C++ auto pExAllocatePoolWithTag = KLI_CALL(ExAllocatePoolWithTag, NonPagedPool, PAGE_SIZE, 'enoN'); if (pExAllocatePoolWithTag) @@ -17,7 +17,7 @@ Expanding Kernel Lazy Importer } ``` -## Output +## Output1 ```C++ void test_once(void) {