overloading - LD_PRELOAD equivalent for Windows to preload shared libraries -


I'm actually trying to do what LD_PRELOAD does, i.e. a shared library or DLL file on Windows Override some tasks in a given program.

Is LD_PRELOAD equivalent for Windows?

I do not have any special functionality. I just know that it is possible on Linux, and I'm curious how a native DLL can be overloaded on Windows.

AppInit_DLL should be renamed Deadlock_Or_Crash_Randomly_DLLs

P>

P>

You may also want to look in "DLL injection." Four methods (including AppInint_DLL) are described here:


Comments