Helping you here

Share This Post

A Virus Program To Disable USB Ports



Virus to disable USB portsIn this post, I will demonstrate to make a straightforward infection that handicaps the USB ports on the (PC). Of course, I am utilizing my most loved C programming dialect to make this infection. Anybody with a fundamental learning of C dialect ought to have the capacity to comprehend the working of this infection program. 

When this infection is executed it will promptly incapacitate all the USB ports on the PC. Thus you'll won't have the capacity to utilize your pen drive or whatever other USB fringe gadgets on the PC. The source code for this infection is accessible for download. You can test this infection all alone PC with no stresses since I have likewise given a program to re-empower all the USB ports. 

Download the source code of the infection program on to your PC from the accompanying connection:
  1. The download contains the accompanying 2 records: 
    • block_usb.c (source code)
    • unblock_usb.c (source code)
  2. You have to arrange them before you can run it. A well ordered technique to accumulate C projects is given in my post – How to Compile C Programs.
  3. 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.
  5. You can also change the icon of this file to make it look like a legitimate program.

How it Works? 


The thought behind the working of this infection is truly clear. It works by accessing the Windows registry and altering its settings to incapacitate the USB gadget bolster on the PC. 


Then again, the other program will re-set the registry settings back to the ordinary so that the support for USB gadgets is re-empowered. I trust you like this post. If it's not too much trouble pass your remarks.



Responses

0 Respones to "A Virus Program To Disable USB Ports"

Post a Comment

Thanks For Visiting!
Please Leave Your Comment!

Related Posts Plugin for WordPress, Blogger...
 

Pages

For watching Movies

Contact Form

Name

Email *

Message *

Popular Posts

Return to top of page Copyright © 2014 / 2015 | Pro Theme Design By Mr Kilari