Re: disassembly of Debug.exe?



On Thu, 31 Jul 2008 06:59:29 -0700 (PDT), Terence
<spamtrap@xxxxxxxxxx> wrote:

Strange. I have a nice bin to hex and ascii dump program, and a
FM.com which does binary/hex screen displays. Both show the same code
for debug.exe.
But debug itself working on itself show something utterly different,
with no ascii text in the given code (and there are wads of it to
handle the /? parameter).

So debug doesn't work on itself!
Well, the Win98 debug is a packed file. So, you would have to step
thru the unpack process to see much of anything useful.

Strange -- I manually unpacked it, and a lot of the strings in the
front of the file disappeared.

A long time ago, back around dos 3.2, I used debug to disassemble
itself. Hmmm, still have the file, from 1991. Ugly. :-)
--
ArarghMail807 at [drop the 'http://www.' from ->] http://www.arargh.com
BCET Basic Compiler Page: http://www.arargh.com/basic/index.html

To reply by email, remove the extra stuff from the reply address.

.



Relevant Pages

  • Re: Invalid attempt to read when no data is present
    ... Odd that you can debug with the code you posted. ... SqlDataReader that takes 2 strings as parameters. ... "Andy Sutorius" wrote in message ... > "Kevin Spencer" wrote in message ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Problems piping input into program
    ... get the strings as args list in mainfunction, ... your program doesn't do anything redirecting ... you should first write interactive program with stdin as input, ... debug it interactively, then test it with redirct from coonsole window. ...
    (microsoft.public.vc.ide_general)
  • Any more ideas? -- RE: How to debug binary-only modules and binaries
    ... Thanks for your reply, but I've tried strings, objdump, gdb and several ... --Guolin Cheng ... How to debug binary-only modules and binaries ...
    (Fedora)
  • Re: VS 2005 : "Error when trying to run project"??
    ... The host process is enabled by default and it is a feature of visual studio ... Try to disable vs hosting process on project properties, Debug Tab... ... Another strange answer googling is Enable Terminal server services ?! ...
    (microsoft.public.dotnet.general)
  • Re: Deugging release build of MFC app
    ... I was hoping someone could shed some light on what's required to debug a release build of an MFC application in Visual Studio 2003. ... I see that the default configuration for Release builds includes debug symbols, but when I step through the code, the values I see in the watch window don't jive with their "actual" values. ... Another aid is to format strings and send them to OutputDebugString instead of to a message box. ... The strings appear in the debugger output window without stopping execution flow. ...
    (microsoft.public.vc.mfc)