How to execute the programme

Suppose i create a programme using file handling in c++ which would delete all doc file in the computer.Then i want to use it as virus and test it on my own pc .But how to execute the the programme without notifying me.And wil learning Win32 help in creating virus anyway.

Comments

  • : Suppose i create a programme using file handling in c++ which would
    : delete all doc file in the computer.Then i want to use it as virus
    : and test it on my own pc .But how to execute the the programme
    : without notifying me.And wil learning Win32 help in creating virus
    : anyway.
    :
    One way of executing code without notifying the user is to embed your code into another program. Example: this way you can have Excel delete all the .doc files when it is run. Another way is to make a windowless GUI program, which runs when the computer is booted.
    Yes, learing Win32 API will help, because knowing the host you want to infect will always help you to make a virus.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion