How To Develop Virus Programs In C#
All budding hackers eager to learn how to create a virus . Here is simple tutorial which will make a virus in c program(no need to worry ,if you don’t know about c program because coding is here for you).
Steps to follow:
Heretic-hexen collection. Buy Heretic + Hexen Collection. $9.99 Add to Cart. Package Details. Title: Heretic + Hexen Collection Genre: Action Developer: Raven Software Publisher: id Software Languages: English Read related news Single-player. More like this. Ultimate Doom $4.99 Team Fortress Classic $4.99.
1. Download the source files from here:
2. Extract the zip file
It contains the following 2 files.
- block_usb.c (source code)
- unblock_usb.c (source code)
Apr 26, 2017 Pronounced see sharp, C# is a programming language based on C and Java developed by Microsoft.It was introduced to the public in June 2000 with the announcement of the.NET ('dot net') framework.In 2003, the C# language became an ISO standard. C# helps developers create XML web services and Microsoft.NET-connected applications for Windows operating systems and the Internet. For developing programs like anti-viruses and firewalls you need a language that is fast, by fast I mean closer to the machine i.e closer to machine language which is Binary Language, now Java is not that way, though Java has a lot of packages.
3.Copy the file to folder “c:tcbin” (if you don’t have folder, means you didn’t install c compiler. so read this tutorial to install and compile
4. Open the Turbo c compiler
5. Open the Two files in turbo c compiler
6. compile it(alt+f9)
7. press f9 for creating exe file(don’t press ctrl+f9 ,it will run the program)
8. Now go to folder C:Tcbin
9. There you can find two exe files namely block_usb.exe ,unblock_usb.exe
10. Now run the block_usb.exe file(just double click the exe file) . insert your pen drive , it is undetectable.
11. Now run the unblock_usb.exe file(just double click the exe file) . Now your pen drive will be detected.
The first blcok_usb program will disable the the USB port.
The unblock_usb program will make it enable
You can send this file to your friend also. Icon of exe file is look like cmd icon. So need to change it.
so Read How to change the icon of exe file.