Monday 14 April 2014

Coding A Simple USB Virus Using C#

Introduction

                 To Code A USB virus is simple as one can think.There are USB Viruses Evolving Today we will some mischievous one here. 

What Does It Do ?

                 When a USB Storage device is plugged in to the target victim's system the virus catches by sensing it and penetrate in to the  storage device and delete's permanently all the containing files .
                 
                 It also continuously sense for a new file that is copied in the device and also delete it until the device is unplugged from the victims system.

Monday 7 April 2014

A Simple XO Multiplayer Game Using C# Windows Form Application



A Simple XO Multiplayer Game Using C# Windows Form Application


Construction of User Interface

For Implementing this Program firstly what we should do is to design the user interface that looks like the game we play with a paper and a pen  it should be like the picture shown below




     so to make it simple we just draw a structure of the game board with ms paint like the one below
note: we are not concentrating on the graphical effects as we are looking for the logic behind