Update formatting of HeapReAlloc hook to match

This commit is contained in:
Steven Patterson
2026-03-09 14:16:36 -04:00
committed by GitHub
parent d237cb1704
commit 3537a022fe
+1 -1
View File
@@ -49,7 +49,7 @@ x64:
addhook "KERNEL32$ExitThread" "_ExitThread"
addhook "KERNEL32$GetThreadContext" "_GetThreadContext"
addhook "KERNEL32$HeapAlloc" "_HeapAlloc"
addhook "KERNEL32$HeapReAlloc" "_HeapReAlloc"
addhook "KERNEL32$HeapReAlloc" "_HeapReAlloc"
addhook "KERNEL32$HeapFree" "_HeapFree"
addhook "KERNEL32$LoadLibraryA" "_LoadLibraryA"
addhook "KERNEL32$MapViewOfFile" "_MapViewOfFile"