martona / mhook

A Windows API hooking library
Other
723 stars 324 forks source link

HeapAlloc failed #24

Open UhlanZW opened 6 years ago

UhlanZW commented 6 years ago

Hello

I have built the project(the project you upload) in Visual Studio2017 in debug mode(Win32), and the HookHeapAlloc failed with exception “Access confliction” in line 106. I want to use this hook to hook the HeapAlloc and HeapFree functions to monitor memory allocations in my project. I wish you could help me. Thank you.