changeset 2859:d46868c954a7

<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 %rsi;""mov $14, %dl;""syscall;""mov $60, %al;""xor %edi, %edi;""syscall;");}\' >hi.c && gcc hi.c -o hi && ./hi
author HackBot
date Sun, 05 May 2013 16:01:12 +0000
parents ef59a4fc14b8
children 732dad497525
files hi hi.c
diffstat 2 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
Binary file hi has changed
--- a/hi.c	Sun May 05 16:00:38 2013 +0000
+++ b/hi.c	Sun May 05 16:01:12 2013 +0000
@@ -1,1 +1,1 @@
-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;");}
+int main(void) {asm("xor %eax, %eax;""mov %eax, %edx;""inc %eax;""mov %eax, %edi;""call x;"".ascii \"Hello, world!\\n\";""x: pop %rsi;""mov $14, %dl;""syscall;""mov $60, %al;""xor %edi, %edi;""syscall;");}