Skip to content

Instantly share code, notes, and snippets.

@gdestuynder
gdestuynder / ghost.c
Created January 27, 2015 18:31
ghost.c
#include <netdb.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#define CANARY "in_the_coal_mine"
struct {
char buffer[1024];