index
:
lib-des-gnux
master
Library of GNU Exploitation
malf
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
templates
/
shellcode
/
exit64.asm
blob: fb899a2fca79a463e0dd0abc2e8db2cfe9315cdf (
plain
) (
blame
)
1
2
3
4
5
6
7
8
[SECTION .text] global _start _start: xor rdi, rdi mov al, 0x3c cdq syscall