Skip to content

Instantly share code, notes, and snippets.

View jsherman212's full-sized avatar

Justin Sherman jsherman212

View GitHub Profile
#include <dirent.h>
#include <fcntl.h>
#include <errno.h>
#include <mach/mach.h>
#include <mach-o/loader.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/mman.h>