Self-modifying code: Difference between revisions

Content deleted Content added
Smaffy (talk | contribs)
mNo edit summary
Smaffy (talk | contribs)
mNo edit summary
Line 10:
...
Decryption_Code:
*A = Encrypted
Loop:
B = *A
B = B [[XOR]] CryptoKey
*A = B
*A = *A + 1
GOTO Loop IFNOTIF NOT A = (Decryption_Code - Encrypted)
GOTO Encrypted
CryptoKey: