Tracking the downloaded DLL's

luq (32)
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
Kiana (186)
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
Topic archived. No new replies allowed.