Hi,
Just for curiosity; I wonder what is the most popular programming language to write a computer virus?
May the most popular one could be considered as the most capable for manipulating vital data and sources?
Thanks
Hi,
Just for curiosity; I wonder what is the most popular programming language to write a computer virus?
May the most popular one could be considered as the most capable for manipulating vital data and sources?
Thanks
A long (really long) time ago that was assembler. Smallest footprint and you can do anything you want. I'm curious about the opinion of today's hackers ;-)
Of course I'm no virus maker. Just old memories about 80's ...
my2c
PS: By the way, I remember an interesting "game" that provide a sort of virtual machine. Each player had to code a "virus" in assembler. The winner is the one that erase the opponent code. Excellent. If anyone has a link ...
Create some rando commando powershell scripts, those things irritate me beyond belief.
I don't think this question really hurts anyone. One thing that I always wonder about though is that there are like 10+ major virus detector softwares out there and they are ALL competing with each other and they all know a LOT about viruses and so you'd think they are all creating the viruses themselves in order to put the other guy out of business... Am I crazy?
A computer virus (harmful being) can be written in almost every programming language.
Most popular languages are C/C++ and Assembler programming language.
There have been (still are) many script languages used for this purpose, but those harmful beings that came out of it are called worms.
Visual Basic for Applications used to be pretty popular, back when it was common to attach macro viruses to Microsoft Word documents.
In general, I think high level languages working at the application layer have an excellent capacity for virus-like mayhem. Cross-site scripting using JavaScript, while not a virus, does exploit a similar type of weakness.