FORK BOMB
This is a type of virus,which attacks DOS(Denial Of Service) on your system.It aims at depriving the system off it's Random access memory,leaving none for vital functions required to keep the system running,hence crashing it. But still FORK BOMB is not deadly to a computer, Just annoying..
Steps to create the FORK BOMB
Step 1> Open your notepad
Step 2> Then type "%0|%0"
(That was it)
Technically the above symbols are sort for the following more comprehensive code:
(That was it)
Technically the above symbols are sort for the following more comprehensive code:
:s
start %0
goto s
(Save it using .bat extension)
Here the first line creates a type of check point called "s".It can be used to bring the program pointer to a specific command, as it done by using the command 'goto' in the last statement. The '%0' is the actual name of the .bat file extension. So every time the loop is run another instance of the same program is called and the both the programs run together, and again multiplies itself....
start %0
goto s
(Save it using .bat extension)
Here the first line creates a type of check point called "s".It can be used to bring the program pointer to a specific command, as it done by using the command 'goto' in the last statement. The '%0' is the actual name of the .bat file extension. So every time the loop is run another instance of the same program is called and the both the programs run together, and again multiplies itself....
Each and every program doubling itself is a form of exponential growth. After a single iteration of the loop two programsare created. After every cycle for each two programs created there will be another set of two programs..
After 10 iterations we have 2^10 programs created ie. 1024 programs..
After 100 iterations we have 2^100 programs ie. A whopping 1.267 gazillion programs... The value is so huge that even we dont know what "gazillion" is..
This program will probably not even complete 50 iterations before rynning out of memory... And keep in mind every iterations take about a few milliseconds..
So running this file will definitely crash your computer.
JUST BE SURE TO USE IT ON A VICTIMS COMPUTER ONLY.
Sign up here with your email
ConversionConversion EmoticonEmoticon