Posted by MrE on 1/17/2000, 5:52 am
, in reply to "Task 2 - my input."
128.109.131.47
Great work, Hobgoblin. But it will accept only invalid keys. If registry keys contain valid serial it will fail miserably. So I think better solution is to patch next instruction: and eax,1 -> or eax,1 . That's one byte too, but it will accept all serials not only wrong ones. Regards, MrE