Skip to content

Instantly share code, notes, and snippets.

View huntcve's full-sized avatar

huntcve huntcve

  • China, Nanjing
View GitHub Profile
@huntcve
huntcve / cube-towel.c
Created April 28, 2016 02:40 — forked from fi01/cube-towel.c
CVE-2014-3153 exploit code
//Android.mk にて、「LOCAL_CFLAGS := -fno-stack-protector -mno-thumb -O0」を指定すること。
#include <stdio.h>
#include <stdlib.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <pthread.h>
#include <sys/mman.h>
#include <sys/syscall.h>
#include <linux/futex.h>