This is a polymorphic virus I wrote in Python. It is polymorphic because it changes its code with each execution. I have a function that contains the Virus. When the function is called, it encrypts ...
I'm trying to get a struct to store (a pointer to) an instance of a polymorphic type as a member. Basically: Doing this in C++ is easy enough, but now I would like Python code to be able to inherit ...