Skip to content

Instantly share code, notes, and snippets.

@devbug
devbug / offsets.c
Last active December 19, 2016 05:11 — forked from uroboro/offsets.c
Proper Indentation
#include <stdio.h>
#include <stdlib.h>
#include <strings.h>
#include <sys/utsname.h>
#include "offsets.h"
// offsets from the main kernel 0xfeedfacf
uint64_t allproc_offset;
uint64_t kernproc_offset;