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
/
exit32.asm
blob: 559c89cd569472a5f2550389e0786c8d760dd422 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
[SECTION .text] global _start _start: xor ebx, ebx xor eax, eax mov al, 0x1 int 0x80