Update README.md

main
gmh5225 1 year ago committed by GitHub
parent 073824d779
commit a51f490699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)
{

Loading…
Cancel
Save