Skip to content

Instantly share code, notes, and snippets.

View uroboro's full-sized avatar
🐍
Working

uroboro uroboro

🐍
Working
View GitHub Profile
@uroboro
uroboro / offsets.c
Last active December 19, 2016 02:05 — forked from anonymous/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;