Search found 4 matches

by Kino
Fri May 04, 2007 7:12 am
Forum: madCodeHook
Topic: Vista: MS genuine check fails if hook is installed
Replies: 8
Views: 7561

Madshi,

I have also seen this same issue in Vista. When the hooks are installed, Vista genuine verification fails. Are there certain DLL's that shouldn't be hooked in Vista?

Have you noticed this problem?

I have seen this issue with both Vista Ultimate and Home Premium (32-bit).
by Kino
Fri Jan 20, 2006 4:14 am
Forum: customer testimonials
Topic: MadCodeHook is outstanding!
Replies: 1
Views: 12520

MadCodeHook is outstanding!

MadCodeHook is an excellent product. I higly recommend it to anyone who needs to add hook support to their product. The detailed information and demo projects greatly decreased my development time. Also, I greatly appreciate the quick tech support from the user forum. At first I was neverous about t...
by Kino
Fri Jan 20, 2006 3:59 am
Forum: madCodeHook
Topic: New processes not being injected
Replies: 15
Views: 13569

Results

This problem was completely my fault. I ended up deleting the InitializeMadCHook() call in a code merge. It created some interesting results though. If program ran first that called the InitializeMadCHook(), such as one of the precompiled demos, then my hook worked properly even with the lack of thi...
by Kino
Thu Jan 19, 2006 6:09 am
Forum: madCodeHook
Topic: New processes not being injected
Replies: 15
Views: 13569

New processes not being injected

When I inject the DLL (ALL_SESSIONS | SYSTEM_PROCESSES) all current process are injected and the hooks work well. But new processes that are started do not get automatically injected. Can you think of any reason for this? I assume the new processes are not being injected because the hook works for t...