Skip to content

Instantly share code, notes, and snippets.

View King-of-Kings-980's full-sized avatar

King-of-Kings-980

View GitHub Profile
@grawity
grawity / Makefile
Created January 11, 2012 21:33
NTFS volume creation timestamp
CC = i486-mingw32-gcc
LDFLAGS = -lntoskrnl -lntdll
volumeinfo.exe: volumeinfo.c
$(CC) -o $@ $< $(LDFLAGS)