As usual I use my favorite C programming language to create this virus. Anyone with a basic knowledge of C language should be able to understand the working of this virus program.
Once this virus is executed it will immediately disable all the USB ports on the computer. As a result the you’ll will not be able to use your pen drive or any other USB peripheral on the computer. The source code for this virus is available for download. You can test this virus on your own computer without any worries since I have also given a program to re-enable all the USB ports.
Once this virus is executed it will immediately disable all the USB ports on the computer. As a result the you’ll will not be able to use your pen drive or any other USB peripheral on the computer. The source code for this virus is available for download. You can test this virus on your own computer without any worries since I have also given a program to re-enable all the USB ports.
Source Cords
3. You need to compile them before you can run it. A step-by-step procedure to compile C programs.
How to Install Borland C++ compiler?
Follow the below steps to install Borland C++ compiler 5.5 on your PC:
- Download Borland C++ compiler 5.5 (for Windows platform) from the following link:
- After you download, run the file C++5.51.exe. The default installation path would be:C:\Borland\BCC55
How to configure Borland C++ compiler?
Here is a step-by-step instruction on how to configure the compiler:
- After you install Borland C++ compier, create two new Text Documents.
- Open the first New Text Document.txt file and add the following two lines into it:-I”c:\Borland\Bcc55\include”-L”c:\Borland\Bcc55\lib”Save changes and close the file. Now rename the file from New Text Document.txt to bcc32.cfg.
- Open the second New Text Document (2).txt file and add the following line into it:-L”c:\Borland\Bcc55\lib”Save changes and close the file. Rename the file from New Text Document (2).txt to ilink32.cfg.
- Now copy the two files bcc32.cfg and ilink32.cfg, navigate to C:\Borland\BCC55\Bin and paste them.
How to Compile the C Source Code (.C files)?
Here is a detailed instruction on how to compile C source codes:
- You need to place the .C (example.c) file to be compiled in the following location:
- Now go to the command prompt (Start->Run->type cmd->Enter)
- Make the following path as the present working directory (use the CD command):
- To compile the file (example.c) use the following command:
- Now if there exists no error in the source code, you’ll get a compiled executable module (example.exe) in the same location (C:\Borland\BCC55\Bin).
- Now you have successfully compiled the source code into an executable file(.exe file).3. Upon compilation of block_usb.c you get block_usb.exe which is a simple virus that will block (disable) all the USB ports on the computer upon execution (double click).
4. To test this virus, just run the block_usb.exe file and insert a USB pen drive (thumb drive). Now you can see that your pen drive will never get detected. To re-enable the USB ports just run theunblock_usb.exe (you need to compile unblock_usb.c) file. Now insert the pen drive and it should get detected.
C:\Borland\BCC55\Bin
C:\Borland\BCC55\Bin
bcc32 example.c
No comments: