When I debug specific applications (using Visual Studio 2005), I notice that strange, randomly named modules are loading. Names change every time. But they look like a DJ, jnilel-e, lkmjelxl, llufvuwr. The module path always matches the module name. And the timestamp of the module is the load time of the module.
So, it seems that randomly named modules are created and loaded into the application, which sounds pretty scary.
Has anyone seen anything like this? Or can someone give me some tips on how to figure out what it is?
source share