Sunday, February 06, 2011

Virus code 1: Block/Disable all input device

This is the virus wirting basics section. Today we are going to show you how to block all input decice. This is demonstrated using c/c++.




To Block mouse and the keyboard. you can make use of the following statement.

BlockInput(true);

This code blocks all input from mouse and the keyboard. It can be stopped by using ctrl+alt+del though i am not sure how this can be done.



You can integrate in this in your code and you can block all input .As all the info given over here is purely for educational purpost it's left upto the reader to make out what header file is needed.

For more tips select "virus writing" label/option from below

0 comments :

Post a Comment