home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / Stone / dos / xcomorup.txt < prev   
Text File  |  2000-05-25  |  1KB  |  36 lines

  1. Manually unpacking XcomOR v0.99i - Doc by Stone/UCF
  2.  
  3. There really is no need to write this doc - GTR already unpacks this and
  4. so does a lot of other generic unpackers I suppose.
  5.  
  6. Anyways - this doc is more to get rid of my disappointment with this 
  7. encrypter. 
  8.  
  9. 1. Tools you need
  10.     - Windows 95
  11.     - WinIce 3.01 (no mods needed) - My debugger isn't modded!
  12.  
  13. 2. Method
  14.     1. load the encrypted file with dldr 
  15.         e.g. C:\siw95\util16\dldr xcommed.com
  16.     2. step one instruction: Press F10 - once
  17.     3. set a memory break point on execution at 100h
  18.         e.g. bpm cs:100 x
  19.     4. Let it run: press G
  20.     5. The debugger will break - press G
  21.     6. The debugger will break - disable your break point: BD 0
  22.     7. Step until you pass a "loop" instruction 
  23.         e.g. press f10 twice
  24.     8. Re-enable your breakpoint: BE 0
  25.     9. Let it run - press G
  26.        10. You've succesfully unpacked the file - now dump it to the disk
  27.         This I'll leave you to figure out how :)
  28.  
  29. 3. Discussion questions - answer this and you'll have understood the lecture:
  30.         Why do you wanna detect WinIce/Fuck with WinIce in
  31.         a comcrypter?
  32.  
  33. Enjoy... this was leeched from Stone's Homepage: www.one.se~/stone/index.htm
  34. You may email me at: stone@one.se
  35.  
  36.