mrexodia / TitanHide

Hiding kernel-driver for x86/x64.
MIT License
2.12k stars 421 forks source link

Update ExAllocatePoolWithTag #82

Closed xmaple555 closed 3 months ago

xmaple555 commented 10 months ago

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.

mrexodia commented 3 months ago

😢