Falaen
2005-11-22 08:00:15 UTC
Hi all,
I have a application which is running on Windows 2000/2003 as a window
service. This application load a third party dll library. What I want
to do is to extend the capability of some functions in this third part
dll library, but I donot have the source code.
So I am thinking to intercept the those target function calls in the
dll library made by my application, and replace the target function by
my function.
If I need to write such intercpetion program, could any tell me where
should I begin? What is the best way to achieve this without affecting
other programs on the same machine? Is there any existing same code, or
SDK can help to speed up the coding?
Thanks
Falaen
I have a application which is running on Windows 2000/2003 as a window
service. This application load a third party dll library. What I want
to do is to extend the capability of some functions in this third part
dll library, but I donot have the source code.
So I am thinking to intercept the those target function calls in the
dll library made by my application, and replace the target function by
my function.
If I need to write such intercpetion program, could any tell me where
should I begin? What is the best way to achieve this without affecting
other programs on the same machine? Is there any existing same code, or
SDK can help to speed up the coding?
Thanks
Falaen