Make Money

Freelance Jobs Freelance Jobs
Showing posts with label c program. Show all posts
Showing posts with label c program. Show all posts

16.11.11

Create a Computer Virus

Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed

This program is an example of how to create a virus in C. This program demonstrates a simple virus program which upon execution (Running) creates a copy of itself in the other file. Thus it destroys other files by infecting them. But the virus infected file is also capable of spreading the infection to another file and so on. Here’s the source code of the virus program.
#include
#include

12.11.11

how to block USB ports

Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed

Here is the source code of C programming language which will block the USB ports of the computer. In other ways u can say that this is a small virus program to disable USB ports of the computer.

#include <stdio.h>
#include <conio.h>
void main()
{

 

HOW TO HACK Copyright © 2010 LKart Theme is Designed by Lasantha