Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Subtitle files can hack your computer

Name: Anonymous 2017-05-24 10:23

http://blog.checkpoint.com/2017/05/23/hacked-in-translation/
Was this brought on us by using media players made in C?

Name: Anonymous 2017-05-28 1:43

>>36
Give me an example of input that would cause memory corruption in this C program:

#include <stdio.h>

int main(void)
{
char buf[32];
fread(buf, 1, 31, stdin);
printf("You said %s!\n", buf);
return(0);
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List