tl;dr of the vulnerability
Background of the application
Overview of the exploit
Proof-of-concept code:
/* * Proof-of-concept code */ #include <stdio> int main (int argc, char *argv[]) { printf("Just kidding\n"); return EXIT_SUCCESS; }