xmaple555
Results
2
issues of
xmaple555
https://learn.microsoft.com/en-us/windows-hardware/drivers/kernel/updating-deprecated-exallocatepool-calls#driver-updates-for-versions-of-windows-earlier-than-windows-10-version-2004 Replace `ExAllocatePoolWithTag` with `ExAllocatePoolZero`. Now The compiler will report a warning if using `ExAllocatePoolWithTag`.
**Describe the bug** ``` !epthook ntopenprocess script { test = 3; printf("[1] %d, %d\n",test, $core); } g ``` ``` event c all ``` ``` !epthook ntopenprocess script { test =...
bug