Create a Simple Virus in Python
Introduction
Hi everyone👋, Sometimes we find our files infected with a computer virus. In this tutorial, we will get introduced to the concept of a virus by writing a simple one in Python.
First thing first, let’s get introduced to the definition of...
proxlight.hashnode.dev6 min read
Kovacs Paul
Python developer,old school programmer.Hi !
is this really a virus? Or some program appending strings to a file and that's it? A virus should append itself to a program (executable), when that executable is run, really the virus is run and then the original program.The executable file contains the virus and the original executable file.