|
-
Dec 13th, 2000, 11:18 PM
#1
Thread Starter
Addicted Member
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
-
Dec 14th, 2000, 01:40 PM
#2
Hyperactive Member
Yup. You just have to know what you're doing!
-
Dec 14th, 2000, 02:21 PM
#3
Thread Starter
Addicted Member
Cool
But how may people actually know how to use MSDOS Debug?
-
Dec 14th, 2000, 02:56 PM
#4
Frenzied Member
how do you enter the dos debug thing?
NXSupport - Your one-stop source for computer help
-
Dec 14th, 2000, 03:37 PM
#5
Frenzied Member
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.
-
Dec 14th, 2000, 04:35 PM
#6
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|