Link to home
Start Free TrialLog in
Avatar of rpgeegange
rpgeegange

asked on

API hooking

Hi,

Is there any way to identify the processes hooked to a particular dll?

For example,
When a malware infects, it does api hooking such as to "user32.dl".
So, how to detect these hooked programs for a particular api ?
SOLUTION
Avatar of btan
btan

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rpgeegange
rpgeegange

ASKER

Hi,
Thank you breadtan.

Is there any C# libraries to do such operations , if I want to develop a similar tool ?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
What about the http://easyhook.codeplex.com/ ? will this library helps ?

Thank you.
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks a lot breadtan.