home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
linuxmafia.com 2013
/
2013.06.linuxmafia.com
/
linuxmafia.com
/
pub
/
linux
/
security
/
f00f
/
flaming-death.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-11-10
|
160 b
|
11 lines
char x[5] = { 0xf0, 0x0f, 0xc7, 0xc8 };
int main(void)
{
void (*f)(void) = (void (*)(void))x;
f();
/*NOTREACHED*/
return 0;
}