home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / bit / listserv / gamesl / 8154 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  2.0 KB

  1. Path: sparky!uunet!news.univie.ac.at!fstgds15.tu-graz.ac.at!fm11ap01.tu-graz.ac.at!bahamas
  2. From: bahamas@fm11ap01.tu-graz.ac.at (Reinhard Urban)
  3. Newsgroups: bit.listserv.games-l
  4. Subject: Re: Still cracking
  5. Date: 28 Jan 1993 08:41:27 GMT
  6. Organization: Technical University of Graz, Austria
  7. Lines: 35
  8. Message-ID: <1k867nINN3jj@fstgds15.tu-graz.ac.at>
  9. References: <111080315416377EMU0000@norfolk>
  10. NNTP-Posting-Host: fm11ap01.tu-graz.ac.at
  11. X-Newsreader: TIN [version 1.1 PL8]
  12.  
  13. Ens Alexander W Ellermann (ellerman@NORFOLK.NADN.NAVY.MIL) wrote:
  14. : Good afternoon, folks.
  15. :    I tried the PoP crack one of you kind souls suggested, but
  16. : when I brought prince.exe up for modification in my DOS editor,
  17. : all I saw were a bunch of lines filled with unrecognizable symbols.
  18. : What am I doing wrong?
  19. :    BTW, this is the old version of the game.  I forgot to ask when
  20. : I made the trade.
  21. :                                             Alex
  22. I don`t think that prince.exe is a text-file.
  23. Seems to be an EXE-file, so you can`t use a  text-editor.
  24. Try DOS` debug command:
  25. type "debug prince.exe"
  26. type "r"
  27. read the "CX=" and write it down
  28. read the first chars of the last line ("xxxx:yyyy"), write down yyyy
  29. type "H (insert value of cx here) [space-key] (insert value yyyy here)"
  30. read first value (the end-address), write it down
  31. type "S (insert yyyy) (insert end-address) (insert search-for-bytes here)
  32. read the address found by the search-command
  33. type "D (above adress)"
  34. if it`s the right hexcode, then type "I address value value value..."
  35. type "W" to write the file to disk
  36. "Q" to exit the debugger
  37.  
  38. Remember: always save the original file before modifying, 
  39.           eg with "copy prince.exe prince.ori" or so.
  40. Hope this helps.
  41. Bani
  42.  
  43. +-----------------------------------------------------------------+
  44. | hacko ergo sum                                                  |
  45. +-----------------------------------------------------------------+
  46. | bahamas@fm11ap01.tu-graz.ac.at (Reinhard Urban, so called Bani) |
  47. +-----------------------------------------------------------------+
  48.