Re: OT - Debug Windows EXE

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Thanks Jay,

Assembly is good enough. I also ran into a VB decompiler that was a bit
helpful as far as reading the code. Now all I have to do is find the address
of the change I need to make and make the change in machine code. (too much
fun) :)

AliR.

"Jay Daniel" <JayDaniel@xxxxxxxxxxxxxxxxx> wrote in message
news:9B8453CD-9022-4A2C-88B0-AEA42716A252@xxxxxxxxxxxxxxxx
AliR,

I haven't fired up VS2003 in a while, but at least in VS2005, you can
use
the Debug->Attach to process command. Just run the application, select
attach to process, and then choose the process. You'll have no high-level
source to step through without the PDB, but you will be able to break
execution, restart, and single-step in assembly.

-Jay Daniel

--
Jay Daniel


"AliR" wrote:

Hi Guys,

Sorry about the offtopic message.

I have an old exe (16 bit). Don't have the source. I want to step
throught
the exe. I tried loading it in VS 2003 and even 4.1 but couldn't get it
to
do it.

I remember doing that with exe's back in DOS days. Opening the exe in
TASM
and stepping through the exe.

Does anyone know of a program that will let me do this?

Ali





.



Relevant Pages

  • Re: Scripting an EXE
    ... Actually it is my mistake to explain the behaviour of the EXE properly. ... Reading the temp files. ... Writing the temp files. ...
    (comp.lang.perl.misc)
  • Re: add exe to XPE
    ... I've been reading about it and I know all the steps to add the component to ... Should I add the .exe and in "files" the files that this exe nedds? ... > directory structure) and create a component that knows how to copy from ... > repository into target directories of your build. ...
    (microsoft.public.windowsxp.embedded)
  • Re: Scripting an EXE
    ... Actually it is my mistake to explain the behaviour of the EXE properly. ... Reading the temp files. ... Writing the temp files. ...
    (comp.lang.perl.misc)
  • Re: Reading comments in exe
    ... I also ran our exe thru a decompiler and was appalled at what I saw and ... you don't need a decompiler to see form names or string data. ... through a program that reduced every variable reference to an array ...
    (microsoft.public.vb.general.discussion)
  • Re: converting a c++ file to a .dll file
    ... modules to perform ancillary tasks (such as reading a file or noticing mouse ... EXE), too. ...
    (microsoft.public.windowsxp.general)