ud49
August 2nd, 2002, 00:22
hi there guys
those of you who code keygens are familiar with the thingy:
push eax
push offset format
push offset temp
Call _wsprintfA
in which the offset of eax is converted to string and stored at temp
ex: eax is F123AB42, using the above code memory at temp will hold F123AB42
my question is, how can I reverse that.
I mean how can I transform the string entered in a keygen to eax's offset?
ex: user entered C12345AE and i want eax to have address C12345AE
is there a special use of an api - a keypoint or do i have to write a function?
hope i could expressmyself
thx
those of you who code keygens are familiar with the thingy:
push eax
push offset format
push offset temp
Call _wsprintfA
in which the offset of eax is converted to string and stored at temp
ex: eax is F123AB42, using the above code memory at temp will hold F123AB42
my question is, how can I reverse that.
I mean how can I transform the string entered in a keygen to eax's offset?
ex: user entered C12345AE and i want eax to have address C12345AE
is there a special use of an api - a keypoint or do i have to write a function?
hope i could expressmyself

thx