Posted by Coa_chez on 1/14/2000, 7:36 pm
, in reply to "Coa_chez thread"
195.130.132.50
Okay, First, the program stores the registration info in the registry, under the key HKEY_CURRENT_USER\Software\Acon AS\Acoustica\2.0\RegisterInfo.
Everytime you try to register it will put all the registration info in the registery, even if it is incorrect.Secondly, the strings that i found interesting in Wdasm are the ones about "thank you," "Wrong key", the typical ones. But what also interested me is the following reference "AC200-%d" , i bet the serial has to begin with these characters.
As for the storage of the days left, used. It isn't saved anywhere cause try setting the date back and forward, i mean if you set it forward 20 days, and then back, you'll get the original days again. So it doesn't store the days left on the hard disk.
In memory i think the days can be found at memory address 004A8DF6 , and to that address is written twice in the program.
At:
:00446C74 mov dword ptr [004A8DF6], ecx
and
:0044761C mov dword ptr [004A8DF6], edx
That's it so far
Oh yeah, as for the messagebox thing, i don't know what kind of message it is. I tried dialogboxparama, but that isn't the case. Could someone help me on that one ?Over and out
Coa_chez