This one was unintentionally very instructive. I was reversing using Ghidra when I found the key in the code but couldn't get it to work from the command prompt.
The problem was that Ghidra subtly changed the string in the list of strings -- it "escaped" the single quote with a backslash when it displayed it:
fdooFPOkfpO[90PFJIKpofj9[O0PFJ[OPjkfopj[OPFJ[pfjOPJFOPjfopJFPOjfopk]FolpjfoFjfop[lJKFOPjfpKFLK;jofjKOLP\'FJKLjfklFJKf
Thanks to OnlyPrinzP for showing the actual working key: a quick DIFF between it and my Ghidra-copied-string showed the difference, and I learned something new about Ghidra as well in the process. |
==> |