How can I see the DLLs charged in my computer
-
I wan't to find and kill a Dll loaded in my computer I've try to unload if whit regsvr32.dll /u MyDll.dll but it didn't work because Regsvr32 was unable to find the entry point. what tool can I used for this Remi Morin Rmorin@Operamail.com Remi.Morin@Lyrtech.com
-
I wan't to find and kill a Dll loaded in my computer I've try to unload if whit regsvr32.dll /u MyDll.dll but it didn't work because Regsvr32 was unable to find the entry point. what tool can I used for this Remi Morin Rmorin@Operamail.com Remi.Morin@Lyrtech.com
Have you tried the process viewer (PView.exe) which comes with Visual Studio. This should allow you to end the DLL process. I think RegSrv32 can only unload com dlls. Michael :-)
-
I wan't to find and kill a Dll loaded in my computer I've try to unload if whit regsvr32.dll /u MyDll.dll but it didn't work because Regsvr32 was unable to find the entry point. what tool can I used for this Remi Morin Rmorin@Operamail.com Remi.Morin@Lyrtech.com
Take a look at this site : http://www.sysinternals.com -> there is an exelent program that do what you want to do (procexp.exe)
-
I wan't to find and kill a Dll loaded in my computer I've try to unload if whit regsvr32.dll /u MyDll.dll but it didn't work because Regsvr32 was unable to find the entry point. what tool can I used for this Remi Morin Rmorin@Operamail.com Remi.Morin@Lyrtech.com