log

age author description
Sun, 05 May 2013 16:00:38 +0000 HackBot <Jafet> echo \'int main(void) {asm("xor %eax, %eax;""mov %eax, %edx;""inc %eax;""mov %eax, %edi;""call x;"".ascii \\"Hello, world!\\\\n\\";""x: pop %esi;""mov $14, %dl;""syscall;""mov $60, %al;""xor %edi, %edi;""syscall;");}\' >hi.c && gcc hi.c -o hi && ./hi
Sun, 05 May 2013 15:52:16 +0000 HackBot <fizzie> gcc hello.c -o hello2 -nostdlib -Os -s -Wl,--entry,main && ./hello3; wc -c hello3
Sun, 05 May 2013 15:52:04 +0000 HackBot <fizzie> gcc hello.c -o hello2 -nodefaultlibs -Os -s -Wl,--entry,main && ./hello3; wc -c hello3