Re: OT - Debug Windows EXE
- From: "AliR" <AliR@xxxxxxxxxxxxx>
- Date: Fri, 12 May 2006 16:51:50 -0500
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,use
I haven't fired up VS2003 in a while, but at least in VS2005, you can
the Debug->Attach to process command. Just run the application, selectthrought
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
tothe exe. I tried loading it in VS 2003 and even 4.1 but couldn't get it
TASMdo it.
I remember doing that with exe's back in DOS days. Opening the exe in
and stepping through the exe.
Does anyone know of a program that will let me do this?
Ali
.
- References:
- OT - Debug Windows EXE
- From: AliR
- OT - Debug Windows EXE
- Prev by Date: Re: Ali R Can you guide me in this problem ??
- Next by Date: Re: Ali R Can you guide me in this problem ??
- Previous by thread: Re: OT - Debug Windows EXE
- Next by thread: Virtual list control
- Index(es):
Relevant Pages
|