Never knew Downloader.Agent2.BBLD was so simple

Posted on Sun 29 April 2012 in blog

I had just started writing a new C++ console app (under Visual Studio 2010 10.0.40219.1 SP1Rel) to test something out, and had just this:

#include <stdio.h>
#include <Windows.h>

int main(int argc, char** argv)
{
    return 0;
}

I unintentionally clicked Start Debugging, and much to my …


Continue reading