Debug - Stepping through an exe without the source code - any help

From: Chua Wen Ching (chua_wen_ching_at_nospam.hotmail.com)
Date: 10/11/04


Date: Sun, 10 Oct 2004 20:33:03 -0700

Hi there,

 I am looking forward to learn how to debug exe or dll files without the
source codes.

1. As i understand that back in native, people use softice or ollydbg as a
way to debug the native exe or dll in assembly language. But those software
can't cater managed exe or dll.

2. I am wondering do you know any tools i can use to debug those managed exe
or dll without the source files?

I know you can use vs.net to debug, but that is if you had the source code
with you.

3. I trying to find a similar managed debugger which can achieve similar to
Softice or Ollydbg.

maybe when you debug the exe or dll, you can step into the Intermediate
Language.

Any help please?

Thanks.

-- 
Regards,
Chua Wen Ching
Visit us at http://www.necoders.com


Relevant Pages

  • Re: Cant Debug COM Interface
    ... that is loading the dll. ... if I specify the second exe as host application I ... When I start to debug the application the DLL ... > Debugging in this configuration is definitely possible. ...
    (microsoft.public.vsnet.debugging)
  • Re: Design process using Windows Embedded CE 6.0, VS2005, CoreCon and SDKs
    ... This is unrelated to writing applications to run on the device, ... when the DLL or EXE ... Debug and test ...
    (microsoft.public.windowsce.platbuilder)
  • Re: cant bebug a dll
    ... The problem is that the exe is a just startup program, ... The VC debug tool icon start soon becomes enable ... > the VS7 designer to make the DLL preload ability so blindingly obvious ... > have two different MFC runtimes each believing it has the sole correct ...
    (microsoft.public.vc.mfc)
  • Re: Problem with usage of STL release Dll with debug application
    ... TSGenD.DLL - debug version of TSGen ... Otherwise make sure that a DLL provides _all_ services to allocate, ... >> and in exe there is copy constructor and then dtor is called. ... std::string decides it needs more memory, where will it acquire the memory ...
    (microsoft.public.vc.stl)
  • Re: Build is slow.
    ... The environment is 6.0 vc++. ... When one DLL has 1700 source codes. ... debug start takes time. ...
    (microsoft.public.vc.mfc)

Loading