Tagged Questions
22
votes
14answers
5k views
What are the uses of self modifying code?
Is there any real use for self modifying code?
I know that they can be used to build worms/viruses, but I was wondering whether there is some good reason that a programmer may have to use self ...
0
votes
1answer
54 views
C++ - fixing file permissions after modifying
I'm saving my data in the executable file of the program. I copy it to a temporary file, overwrite a part starting at a 'magic string' and rename it to the original. I know this is a bad idea, but I'm ...