how to make a virus ?
catch a virus from someone else, then your body will start making them on its own !!!!! ( ;P
this is computer science group
from basics try to learn .bat files that are use to run system commands like restart ,shutdown etc then try to learn about rootkit making google it and learn it , its fun to make these viruses and load them on your frnds pc :)
load more file without deleting them &shut down your computer
Once you know to program, and you do not by the looks of it, it should be straight forward.
A very simple virus is to create a memory leak mechanism which continues to create new variables without ever deleting them at runtime until the computer runs out of memory. Then load this program into the registry at startup. This only works with older languages that do not have automatic gc like C/C++/Pascal and some others though.
Not really, I did that with Python accidentally while doing a factoring program. It was really inefficient and had to kill it(CTRL+C), all memory remain allocated and computer was freezing like hell. It was fixed after killing the python process.
Join our real-time social learning platform and learn together with your friends!