Re: [GD-Windows] Hijacking application
Brought to you by:
vexxed72
From: Rich <leg...@xm...> - 2003-08-19 17:44:22
|
In article <495...@mi...>, Gareth Lewin <GL...@cl...> writes: > there are two ways to get your stuff into the product without really hacking > the binary, that's either injecting your own DLL into the address space or > wrapping a DLL that is used. Injecting is the 'prefered' way. What's injecting again? Unless they link against your import library or LoadLibrary() your DLL, how are you going to get it in their address space without wrapping an existing DLL that they use? "MXMonitor" is an example of a program that inserts itself into another program by wrapping the DLL, I think. MXMonitor is a control client for the WinMX peer-to-peer file sharing client. -- "The Direct3D Graphics Pipeline"-- code samples, sample chapter, FAQ: <http://www.xmission.com/~legalize/book/> Pilgrimage: Utah's annual demoparty <http://pilgrimage.scene.org> |