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

  1. File: Crackme v3.0 by By KiNgGaTsO [LC98]
  2.  
  3. 1.  The purpose of this tutorial is to show that there is ALWAYS more than one way to crack
  4. a program's protection.  In this case, the answer to all of questions are in the file itself.
  5. As a habit, the first thing that I do when I start cracking is to check the program out with PEEK.
  6. PEEK allows the cracker to view information without the MultiBytetoWide format.  Thus you can search for
  7. certain keywords such as 'Registered', 'Sorry, wrong code', etc..
  8.  
  9. 2.  In this case, we check crackme3, and notice the following code:
  10.  
  11. 00008FFC: YOUGOTIT. <----the name of the key (yougotit.key)
  12. 00009010:  CRACK ME v3.
  13. 00009025: ░BY KiNgGaTsO [LC98]
  14. 00009048:  Press
  15. 00009056:  to EXIT.
  16. 0000906B: CRACKED 1/
  17. 0000909C: Yoy have created the right key <----message after you create the key but not the right size.
  18. 000090BE: filename BUT with the WRONG8
  19. 000090DE: filesize!
  20. 000090EC: CONGRATULATIONS
  21. 00009100: (SO FAR)
  22. 0000912F: PixyLkilyo <----hmmmm
  23. 0000913F: CRACKED-
  24. 00009152: You have created the right key
  25. 00009174: file, with the right bytes
  26. 00009194: CONGRATULATIONS
  27. 000091AC: CRACKED 3/
  28. 000091C3: filename and filesize but the
  29. 000091E5: bytes in this file are wrong!
  30. 00009209: UNCRACKEDT
  31. 0000921E: Missing KEY file. Figure out
  32. 0000923E: the name of the key file and
  33. 0000925E: the bytes to be placed in it
  34.  
  35.  
  36.  
  37. 3.  Some things that you will notice are:
  38.  
  39.     a.  'CRACKED 1/  CRACKED 3/  UNCRACKEDT  PixyLkilyo' all have 10 bytes.  Programmer hint maybe?
  40.     b.  PixyLkilyo is the only set of characters that really don't belong there.
  41.  
  42. 4.  To register, all you have to do is create a 10 byte file called yougotit.key, and enter the characters:
  43. PixyLkilyo.
  44.  
  45. CONCLUSION
  46.  
  47. 5.  I REALLY doubt that you will ever get the keyfile routine unencrypted, or with the clear algorithm, but
  48. it never hurts to look for the obvious first.
  49.  
  50. Cheers
  51.  
  52. Sanhedrin
  53.  
  54. 05 Apr 99
  55.