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

  1.  
  2. 'Mad Scientist' give me this little program which cannot trace by TR1.94.
  3. He said it was protect by Secure 0.29. It is this little program that
  4. make me find a bug in TR 1.94 and make TR 1.95 today.
  5.  
  6. in Unpme!2.exe, you can find:
  7.  
  8. *************************************************************************
  9. * Hi you lamer!                                                         *
  10. * Please hack this small proggy! It's *EASY* if you're a real hacker,   *
  11. * *NO* LAMER can unpack it! Bye! Have a nice S-ICE night! :)            *
  12. * This program was coded by Iosco Capitolino the GOD - **************** *
  13. *************************************************************************
  14.  
  15. **********************************
  16. * Hi! What are you looking for?  *
  17. * All the code is encrypted,     *
  18. * and I don't think that no-one  *
  19. * will ever hack this proggy! :) *
  20. * ****************************** *
  21. * ****************************** *
  22. * write me : paperino@dfn.it     *
  23. *                                *
  24. * Iosco Capitolino the GOD       *
  25. **********************************
  26.  
  27. New TR 1.95 can trace it all down, from start to end. But I didnt find
  28. any obviously shell. Anybody interest in it can try it. The powerful
  29. function of TR make it easy to unshell and mkexe if you know where is
  30. the real entry point.
  31.  
  32.     1.if you know the entry point's IP is 100, just
  33.         g 100
  34.       for some time.
  35.  
  36.     2.if you know the EP is ax=0 and bx=0 and es=psp, just
  37.         g ax=0 bx=0 es=#
  38.  
  39.     ....more and more
  40.  
  41.  
  42.    Great thanks to all who help me!