Skip to content

Instantly share code, notes, and snippets.

View iljavs's full-sized avatar

Ilja van Sprundel iljavs

View GitHub Profile
#include <stdio.h>
#include <stdlib.h>
#define BYTE unsigned char
#define WORD unsigned short
#define DWORD unsigned int
#define LONG long
#define ULONGLONG unsigned long long
#define IMAGE_FILE_MACHINE_I386 0x014c