Nikolay Igotti
von Neuman's dream
Following code is valid linux/x86, well, program.
unsigned char main[]
__attribute__ (( aligned(8), section(".text") )) = {
0xb8, 0x04, 0x00, 0x00, 0x00,
0xbb, 0x01, 0x00, 0x00, 0x00,
0xe8, 0x00, 0x00, 0x00, 0x00,
0x8b, 0x0c, 0x24,
0x83, 0xc1, 0x19,
0xba, 0x04, 0x00, 0x00, 0x00,
0xcd, 0x80,
0xb8, 0x01, 0x00, 0x00, 0x00,
0xbb, 0xef, 0x00, 0x00, 0x00,
0xcd, 0x80,
0x53, 0x55, 0x4E, 0x0a
};
It's not harmful, so feel free to compile and run.
Sometimes C makes me happy...
Posted at 05:24PM Jun 07, 2007 by nike in Sun | Comments[3]
Thursday Jun 07, 2007
Posted by Kevin on June 07, 2007 at 09:24 PM MSD #
Posted by Paris Hilton on June 15, 2007 at 06:43 PM MSD #
Posted by nike on June 16, 2007 at 03:33 PM MSD #