Posted by Ignatz on 1/29/2000, 2:11 pm
195.34.133.60
hi
well i took a glance at the position where the serial is stored.
this is at [0073F5E4] and the place where we find the wrong serial message [0049A157].
i found that the serial is put at its place with the call starting at 0047BAAD. the bad thing about it is that it also puts other strings into memory (like Registry entries) so you canīt just patch it there to overwrite the "license doesnīt match" message. although i already was able to make a live patch which displayed the serial in the messageexa box. i encountered an other problem. the serial would be put somewhere else in memory so the compare would not work correctly. the idea is to make a copy of the serial in the new position without bothering at the real saveposition. i donīt now how to make this right now but i know itīs possible ;)sunshine
-Ignatz