Introduction:
|
The Crack Ok, when entering text
into text windows such as these there is are various windows functions
that read the inputted data. They are; GetDlgItemTexta, GetWindowTexta,
GetDlgItem, GetDlgItemInt, etc. The one we need to look at is GetDlgItemTexta. So, with softice in memory,
start winamp 2.22 and right click on the top bar and select 'Nullsoft
Winamp', now select 'Shareware' then click on the button 'Enter registration
info'. You will now have a small dialog box where you can enter your details.
Enter a name but stop before you enter the last digit/letter. Go into
softice, ctrl-d, and type bpx getdlgitemtexta to set up a breakpoint,
pres x to return to Winamp. Are you with me so far?..............good,
continue to enter the last letter/digit of your name and softice will
pop up in front of you. Now press F12 to return to the program code and
you should be at 401EB9. Press F10 until
you get to 401ED0, then stop. * Reference To: USER32.GetDlgItemInt, Ord:0103h If you now type ? eax
then the real regcode value will be shown, Mine was 0025148492 for KrazyK.
|