home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / E_bliss / cm_id7b.txt < prev    next >
Text File  |  2000-05-25  |  1KB  |  33 lines

  1. [What]           : CrackMe
  2. [ID]             : 7
  3. [Type]           : Time-Limit
  4. [Coder]          : tC...
  5.  
  6. The Rules was to Patch The CrackMe that it cannot expire by changing only
  7. one bit.
  8. Well, it's done but as it said It CANNOT expire you'll need to kill the task
  9. to end it....
  10.  
  11. OFFSET: 0003B468  Change 74 by EB.
  12.  
  13. No need tutorial to do this, just some word:
  14. I've used W32DASM and Load the CrackMe. 
  15. After it's loaded pause the prog and step over into it to find a Boucle, you
  16. should find
  17.  
  18. :0043C056     mov eax, dword prt [ebp-04]  
  19. :0043C059     Call 0043BE44
  20. :0043C061     cmp byte prt [eax+00000084], 00 -----> here it is. 
  21. :0043C068     je 0043C056
  22. :0043C06A    xor eax,eax
  23.  
  24. To be sure, place a breakpoint at 0043C06A, and run it again. If you wait 20
  25. s or close the
  26. prog, you should be break. Look at byte prt eax+84 and you should see 01
  27. So all we have to do is to change the "JE 004C056" in JMP....That's all.
  28.  
  29. Thank's to all for the CrackMes.
  30. Thunder form CrackZTeamBeta
  31. Mail to: CrackZTeamBeta@Hotmail.com
  32.  
  33.