bluescreen on windows 7 64bit

c++ / delphi package - dll injection and api hooking
Post Reply
kochun
Posts: 1
Joined: Wed May 29, 2019 1:04 am

bluescreen on windows 7 64bit

Post by kochun »

hello.
I have bluescreen(BUGCHECK 4A) use madhook dirver.
the problem started after the driver upgrade to 3.1.18
bugcheck_01.JPG
bugcheck_01.JPG (25.87 KiB) Viewed 6325 times
The following figure shows problematic thread information.
If you look at the current stack of that thread in memory,
you can see that the madhook driver has been called.
However, since there is no symbol information, it is difficult to analyze it any more.
Can you help me?
bugcheck_02_1.JPG
bugcheck_02_1.JPG (107.88 KiB) Viewed 6325 times
bugcheck_02_2.JPG
bugcheck_02_2.JPG (141.77 KiB) Viewed 6325 times
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Re: bluescreen on windows 7 64bit

Post by madshi »

Do you know which driver you used before? Maybe you can double check if that older driver still works ok for you and then switch back to that driver?

I've announced in May 2018 that madCodeHook 3.1.18 is the last 3.x build. After all, madCodeHook 4.0 was released mid 2016 already! You can't expect me to provide active support for very old/outdated madCodeHook builds forever for "free". So ideally you would upgrade to madCodeHook 4.0, then check if it has the same blue screen problem, and if it does, then we can try to get to the bottom of why it happens and how to fix it.
Post Reply