Skip to content

Instantly share code, notes, and snippets.

@vwxi
vwxi / cpuidentifier.c
Created February 28, 2022 21:10
basic cpu identifier (32-bit windows)
/*
* cpuidentifier by pala
* written for 32-bit windows
*/
#include <stdio.h>
#include <string.h>
#define VERSION "1.0.0"