Results 1 to 6 of 6

Thread: DOS Debug Question

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2000
    Posts
    240

    Question

    Ok just for the fact that i dont know i am asking this somewhat weird question.


    With the DOS Debug mode..can i take any windows program and actually modify it someway?


    Thanks

  2. #2
    Hyperactive Member marnitzg's Avatar
    Join Date
    Oct 2000
    Location
    South Africa
    Posts
    372
    Yup. You just have to know what you're doing!

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    May 2000
    Posts
    240

    Talking Cool

    But how may people actually know how to use MSDOS Debug?

  4. #4
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715
    how do you enter the dos debug thing?
    NXSupport - Your one-stop source for computer help

  5. #5
    Frenzied Member
    Join Date
    Jul 1999
    Location
    Huntingdon Valley, PA 19006
    Posts
    1,151

    DOS debug from Windows?

    I would be surprised to discover that Debug is included in the DOS available with Windows 9x. Perhaps it is.

    To start it, you type "Debug" from DOS Command Prompt (No quotes, of course). It might be better to try to run Debug from Start, Run. If Windows 9x allows Debug, it might be smart enough to set up a special environment for it.

    You might have to Boot from a DOS 6.22 (or 5.0) Diskette. First, you might have to copy all the DOS Files into a Directory somewhere. I do not think that DOS 6.22 can read FAT32 files, so you might not be able to do anything with DOS Debug.

    You could use Ztree or some other Utility which can run under Windows 9x and edit disk Files in Dump Mode. Ztree dump mode shows ASCII & Hex values, allowing you edit in either format.

    BTW, Ztree is a very handy File Management utility. It does not replace Explorer, but is more convenient for many purposes. If any of you remember Xtree for DOS, Ztree is the Windows 9x version.
    Live long & prosper.

    The Dinosaur from prehistoric era prior to computers.

    Eschew obfuscation!
    If a billion people believe a foolish idea, it is still a foolish idea!
    VB.net 2010 Express
    64Bit & 32Bit Windows 7 & Windows XP. I run 4 operating systems on a single PC.

  6. #6
    Hyperactive Member marnitzg's Avatar
    Join Date
    Oct 2000
    Location
    South Africa
    Posts
    372
    Windows 9x comes with its own debug. To edit a file you just type "debug [filename]". To view in hex press "d". To view in assembler, press "u". Just remember the bytes are stored as high order /low order so you'll have to reverse them to make any sense out of it

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width