home *** CD-ROM | disk | FTP | other *** search
/ KeyGen Studio 2002 / KeyGen_Studio_2002.iso / Tutorials / CrackMesCbjNet / CFF2.txt < prev    next >
Encoding:
Text File  |  2001-09-21  |  1.7 KB  |  74 lines

  1. *************************************************************************************************
  2.                 Official CFF CrackMe V2.0
  3. *************************************************************************************************
  4.  
  5. Author:        Acid Bytes
  6. Protection:    Serial
  7. URL:        http://www.mesa-sys.com/~eternal/a-d/cffo-2.zip
  8. Tools:        SoftICE v4.05
  9.  
  10.  
  11. --->    Intro...
  12.  
  13. Welcome to my next Tutorial !!!
  14. This one is very simple, just a hardcoded Serial ;)
  15.  
  16.  
  17. --->    Let's Begin...
  18.  
  19. Open the CrackMe and it asks you for a Serial enter anything you want 
  20. i've used:
  21.  
  22. Serial:        1234567890
  23.  
  24. Then get into SoftICE (CTRL+D) and type "bpx hmemcpy" then out of 
  25. SoftICE (CTRL+D) and press
  26. the button "Check the Serial" and SoftICE should popup.
  27. now type "BC *" to clear the breakpoint and press (F12) 12 times and 
  28. you'll see something
  29. like this:
  30.  
  31. -------------------------------------------------------------------------------------------------
  32.  
  33. mov eax, [ebp-04]    <--- Our "Fake" Serial
  34. mov edx, 00442BE8    <--- the "Real" Serial
  35. call 00403B44        <--- And here it Compares those 2
  36. jne 00442B79        <--- If not equal jump to bad Message Box
  37.  
  38. -------------------------------------------------------------------------------------------------
  39.  
  40. Ok, when your standing on the "call 00403B44" type "d edx" to see the 
  41. real Serial it's:
  42.  
  43. Serial:        12011982
  44.  
  45. Heh, too easy ;)
  46. That's All...
  47.  
  48.  
  49. --->    Outro...
  50.  
  51. I just want to say: Why are people making such Protections ??? they're 
  52. so lame, so easy :)
  53. But good for Newbies i think.
  54.  
  55.  
  56. --->    Greetings...
  57.  
  58. To be honest i'm getting a bit sick of these greetings everytime ;P
  59. So i'll just say:
  60.  
  61. Greetings to everyone i know, and to everyone who knows me, and You... 
  62. ;P
  63.  
  64.  
  65.             Don't trust the Outside, trust the InSiDe !!!
  66.  
  67.                       Cya...
  68.  
  69.                     CoDe_InSiDe
  70.  
  71.  
  72. Email:    code.inside@home.nl
  73.  
  74.