Posted by Ignatz on 1/14/2000, 11:20 pm
, in reply to "Hi people"
195.34.133.61
ok
1.) "The Key does not match license owner" [00446FA6, 004472CA]
2.) "Unregistered" [0044678B]
these two have something in common. before them there is a
call/pop/test/jne- section; best the call 00446A74 is the same for both. this seems to be the compare
3.) "Your license is registered" [00446F79] not so important but a piece of the puzzle as well.
.After stepping through the call found before i came across two very valuabe strings.
4.) "AC200-d%" [00446B85] this seems to be the beginning of the serial. so you have to type AC200- and a decimal. good thing about it: you neednt care for charecters, only for numbers.
AND there is a lstrcmpA nearby [00446BA7]. so this seems to be an important part of the protection.
5.) "Cross" & "Reverb" [00446BEC] this is the place in the registry where i think that the install-date is stored. i´m now quite sure because there is a GetSystemTimeAsFileTime [004460C3]. this fits very good together.that´s some for the registry
enjoy
-Ignatz