FrankRizzo
April 12th, 2006, 20:31
All the posts, and tutorials that I find have to do with CrypKey being used as a packer on an .exe. I'm attempting to reverse an implementation of it, where it's called from a Vise installer. The way it works, in case anyone has any doubts, is that you run the installer, it unpacks a few files, calls vise32ex.dll, which in turn calls the ViseEntry function inside the CrypKey .dll. This function starts a dialog box, which presents the Site Code, and requests that you enter an unlock code 100 characters in length. I spent a few days on it before I determined what it was. (To the point that I wrote a program to unencrypt the strings inside the code, and used their decryptor to decrypt the strings stored as resources, and loaded with LoadStringA.)
So, the question is: Does anyone know ANYTHING about CrypKey in a .dll?
So, the question is: Does anyone know ANYTHING about CrypKey in a .dll?