mirror of
https://github.com/vxunderground/VX-API
synced 2026-06-06 16:54:55 +00:00
2.0.451
2.0.451
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
VOID HeapFreeInterceptionRoutine(PEXCEPTION_POINTERS ExceptionInfo)
|
||||
{
|
||||
CONST DWORD dwSize = HeapSize((HANDLE)ExceptionInfo->ContextRecord->Rcx, (DWORD)ExceptionInfo->ContextRecord->Rdx, (LPCVOID)ExceptionInfo->ContextRecord->R8);
|
||||
CONST DWORD dwSize = (DWORD)HeapSize((HANDLE)ExceptionInfo->ContextRecord->Rcx, (DWORD)ExceptionInfo->ContextRecord->Rdx, (LPCVOID)ExceptionInfo->ContextRecord->R8);
|
||||
|
||||
if (dwSize)
|
||||
ZeroMemoryEx((PVOID)ExceptionInfo->ContextRecord->R8, dwSize);
|
||||
|
||||
Reference in New Issue
Block a user