Skip to content

Instantly share code, notes, and snippets.

View selenologist's full-sized avatar

Luna Langton selenologist

  • New South Wales, Australia
View GitHub Profile
/* Ported to ARM by @Selenologist */
/*
* CVE-2016-5195 dirtypoc
*
* This PoC is memory only and doesn't write anything on the filesystem.
* /!\ Beware, it triggers a kernel crash a few minutes.
*
* gcc -Wall -o dirtycow-mem dirtycow-mem.c -ldl -lpthread
*/