|
|
@ -7,7 +7,7 @@ Expanding Kernel Lazy Importer
|
|
|
|
- Use random seeds
|
|
|
|
- Use random seeds
|
|
|
|
- Add caching mechanism
|
|
|
|
- Add caching mechanism
|
|
|
|
|
|
|
|
|
|
|
|
## Example
|
|
|
|
## Example1
|
|
|
|
```C++
|
|
|
|
```C++
|
|
|
|
auto pExAllocatePoolWithTag = KLI_CALL(ExAllocatePoolWithTag, NonPagedPool, PAGE_SIZE, 'enoN');
|
|
|
|
auto pExAllocatePoolWithTag = KLI_CALL(ExAllocatePoolWithTag, NonPagedPool, PAGE_SIZE, 'enoN');
|
|
|
|
if (pExAllocatePoolWithTag)
|
|
|
|
if (pExAllocatePoolWithTag)
|
|
|
@ -17,7 +17,7 @@ Expanding Kernel Lazy Importer
|
|
|
|
}
|
|
|
|
}
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
## Output
|
|
|
|
## Output1
|
|
|
|
```C++
|
|
|
|
```C++
|
|
|
|
void test_once(void)
|
|
|
|
void test_once(void)
|
|
|
|
{
|
|
|
|
{
|
|
|
|