SmellsGood.zip

On Intel Change 74 3A 8B 46 04 C7 44 24 10 00 00 00 00 —> 75 3A 8B 46 04 C7 44 24 10 00 00 00 00
and on PPC change
41 9E 00 3C 38 21 00 60 81 1F 00 04 —> 40 9E 00 3C 38 21 00 60 81 1F 00 04
What this does, is it changes the serial checking function to accept any serial. What really happens though, is that the function checks to see if the serial matches one it can generate, and then it compares the two. If they are equal it jumps to the end of the function where it says, ‘It worked!’ By reversing the je/beq to jne/bne you set the app to accept any serial you enter, because it changes it to that the app will accept anything that it can not generate.
That’s the best explanation of what happens I can make.

Download SmellsGood.zip (26.9 KB)
Posted by baronvonbadguy on May 06, 2008 02:44
Back