diff options
Diffstat (limited to '')
-rw-r--r-- | templates/shellcode/shell32.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/shellcode/shell32.asm b/templates/shellcode/shell32.asm index d12910f..5ff2e12 100644 --- a/templates/shellcode/shell32.asm +++ b/templates/shellcode/shell32.asm @@ -5,6 +5,7 @@ global _start _start: xor ecx, ecx + xor edx, edx push 0xb pop eax push ecx |