Source code for shellcode.s (via source-highlight)
; shellcode.s global shellcode section .text shellcode: ; your code here ; for now, a ret, but you will want to eventually remove it ret
; shellcode.s global shellcode section .text shellcode: ; your code here ; for now, a ret, but you will want to eventually remove it ret