[try Beta version]
Not logged in

 
Tracking the downloaded DLL's

May 13, 2010 at 2:18pm
Hello,

I have a program on my computer which downloads several DLL files when it starts and makes use of them during the further run-time. I would like to track those DLL's and find out where they come from / (which server, exact URL etc.). How am I supposed to do this?

Thanks in advance, LuQ
May 13, 2010 at 5:12pm
Find out what function it uses to download the DLLs & hook it. Or, in the end you could just try hooking the base APIs. [connect/send/recv/etc.]
Last edited on May 13, 2010 at 5:13pm
Topic archived. No new replies allowed.