This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Detect VMWare using OEM String in Memory | |
Tested on Windows XP SP3/VMWare Workstation 7.1.0 | |
c0d3inj3cT | |
*/ | |
#include <windows.h> | |
#include <stdio.h> | |
#define MARKER "MS_VM_CERT" |