can we make a virus or anti virus using 'c'or 'c++'.......
please tell me .
i need to make a college project on 'c'of about 2000 lines .please guide me to a good and innovative project.
|
TechCake
|
|
| 20Mar2008,14:28 | #2 |
|
There is a lot of virus depends on you where u want to use it i.e. for network, for simple
desktop pc etc. >> first understand on desktop how types of viruses may be Example: To Destroy all files making them size 0 or else. Code: c
>>> You can use borland c. First compile and link and see the size of this Exe in bytes. same value you have to assign to "nSize" variables in the program Now again compile and then run this program, then all files in that directory will be infected. This is for your initiates of your project. A lot of things are there. First read many other way like process replica etc. THis is only for your kind of your information and for your project(Academic)only. Dont use it any places. |
|
Light Poster
|
|
| 20Mar2008,18:08 | #3 |
|
thanxxxxxxxx........but i would like to know how wil it judge a file infected or not...
|
|
TechCake
|
|
| 20Mar2008,18:52 | #4 |
|
Quote:
Originally Posted by vaibhav89 Original files will be corrupted or unable to open or wrong documents. |
