The method used by the malware to infect its target involves executing a small piece of shell code through CreateRemoteThread which in turn runs the LoadLibraryA function. The shell code, which is written in C++, is responsible for allocating memory in the target process for the DllLoaderThreadP...