Posted by MrE on 1/15/2000, 11:15 am
128.109.131.47
1.1 Proggy wants to be registered within 30 days. You can evaluate it until 30 days from installation expire. After that registration dialob box always appears. Wrong serial is accompanied by the "The key does not match license owner"
1.2 I used ida and found the following strings of interest "The key does not match license owner", "The license is registered. Thanks", "Unregistered", "RegisterInfo", "Company", "Registered to", "Name", "Key", "AC200-%d", "Reverb", "Cross", "C"
1.3. Maybe I'm running too fast but I allowed myself to set bpx on all possible nag screens functions : "MessageBoxA", "MessageBoxExA", "CreateDialogParamA", etc. So now I know that Bad cracker message is MessageBoxExA
1.4. Regmon and ida crossreferences say:
HKEY_CURRENT_USER\Software\Acon As\Acoustica\2.0\RegisterInfo:
Name, Company, Key
1.5. Again regmon and ida:
Under it's registry key in General it looks for key "C" and in Reverb for "Cross".