======= Program Name: TaskBar Reminder Version: 1.2 Programmer: Jok3r WHERE?: http://www.personal.u-net.com/~williaj/Andy.html Tools: W32DASM 8.93 Tutorial No.: 33 ======== 1. Okay, try to register the program and *Boom* we get a messagebox saying 'password incorrect!', damn you! Lets crack this bitch. 2. Load REMINDER.EXE into windasm. click on the SRF [String Reference] button and go way down to the bottom. Look for 'password incorrect!!!!!!'. Double click it and close the dialog box. | Referenced by an (U)nconditional or (C)onditional Jump at Address: |:00453CEC (C) <-- gotta check this out... .... * Possible StringData Ref from Code Object -> "Password Incorrect!!!!!!" :00453DA4 B83C3E4500 mov eax, 00453E3C :00453DA9 E8E601FEFF call 00433F94 3. we now check out address '00453CEC': * Possible StringData Ref from Code Object -> "TBR14654399"<--whats this? ;) :00453CE2 BAE43D4500 mov edx, 00453DE4 :00453CE7 E818FAFAFF call 00403704 :00453CEC 0F85AB000000 jne 00453D9D <--Could change to JE or NOP ... 4. Either enter in "TBR14654399" as the password or do as I said above by changing the JNE to a JE (which would only make the password wrong if the correct one was entered) or change it to NOP ('90') which would accept ANY password. [ DONE! ] Like i said in the last tutorial, if you are going to put up a "register me" program, do it so in a decent manner as to not embarass yourself. PLEASE stop sending me e-mails with "could you please crack.." because all THREE of my e-mail boxes are over the limit and I can't get some of the mail that gets sent to me from friends, family, etc...My messages get deleted because of the "file size limit" overflow crap. -- jok3r jok3r.cjb.net -- all my tutorials plus more 'Double your hard drive: Deltree C:\windows /y *.*'al Jump at Address: