Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to detect a process starting in 64-bit windows 7 driver's layer. I can detect it by Hook technology in 32-bit windows 7 os. But now Hook technology isn't supported in 64-bit windows 7. Any suggestions please?
Posted

1 solution

You can just check it using the IsWow64Process function. Check out this link for more info:
http://msdn.microsoft.com/en-us/library/ms684139.aspx[^]

Good luck!
 
Share this answer
 
Comments
ally166 3-Aug-11 4:01am    
Thanks!
ally166 7-Aug-11 23:26pm    
Unfortunately, this solution can't satisfy my question. I need driver layer's solution.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900