Skip to content

Instantly share code, notes, and snippets.

@Mila432
Mila432 / offsets.c
Created December 18, 2016 21:59
CVE-2016-7644 full offsets.c
#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;