I'm not sure if this is possible, it certainly seems kind of kinky to me and may even need SeDebugPrivilege or attaching a thread to a process, but if it is it would be extremely handy... one of my programs uses a DLL. Every month the DLL gets updated. I would like my update program to be able to free the DLL from this other process -- and I can't modify the source of the original to do it, which is why I need to do it externally from a different process
eg. Program.exe loads wayne.dll ... I'd like to send people update.exe, which finds Program.exe in the process list, and then frees up wayne.dll so that it can replace it
Anyone?
------------------
eg. Program.exe loads wayne.dll ... I'd like to send people update.exe, which finds Program.exe in the process list, and then frees up wayne.dll so that it can replace it
Anyone?

------------------
Comment