looking at some malware that has a string encryption routine and a string decryption routine
it encrypts a string and immediately decrypts it
the original string is there in the binary
(all these pairs of funcitons implement the same silly XOR algorithm in slightly different code. yes, i've lifted them to LLVM IR to check if they really do that. yes, they do)