views:

184

answers:

1

Hello all

after much searching of a way to create a hook into an external application in C#, I stumbled upon EasyHook, which would be ideal. Unfortunately there is zero community around, the software is not maintained since 2008, does not seem to work under Visual Studio 10, and gives problems under Visual Studio 2008.

I understand that a programmer willing to do such a low level work is normally proficient in C/C++, however if possible I'd like to avoid having to learn how to code in C++ under Windows ;)

I have also found Deviare, but it is still beta and it seems to be commercial. It can be an alternative.

Does anyone know an alternative library?

Thanks

A: 

How about Detours from Microsoft Research.

Alex K.
That's a C/C++ library.
Hans Passant
@Alex Detours only works for C++ and not for C#...
Steve Vedovelli