How to get the load address of the .net executable file(exe file) ?

Last post 12-02-2007 8:15 PM by gorilorzhang. 2 replies.

Sort Posts:

  • How to get the load address of the .net executable file(exe file) ?

    11-28-2007, 7:55 PM
    • Member
      38 point Member
    • gorilorzhang
    • Member since 03-27-2007, 10:40 PM
    • 中国,长春
    • Posts 38

    hello:

    I am reading an article about .net(Rewrite MSIL Code on the Fly with the .NET Framework Profiling API)from msdn, http://msdn.microsoft.com/msdnmag/issues/03/09/NETProfilingAPI/ ,but i have some trouble about it .

    it said :

    If you added the method's RVA to the load address (the address where the executable file for the "Hello World!" assembly was loaded), you would see a memory dump layout similar to the one shown in Figure 3. On my machine, the load address was 0x06EA1000,

    I want to know :

    how can i get the load address of the exe file on my machine?is there some tools to get it?

    and by using what tools ,can i see the memory like Figure 3.

    please help me. thank you .

  • Re: How to get the load address of the .net executable file(exe file) ?

    11-28-2007, 9:24 PM
    • Star
      8,182 point Star
    • Careed
    • Member since 06-24-2002, 7:37 AM
    • Lubbock, TX
    • Posts 1,597
    Since this doesn't appear to be an ASP.NET issue, you might consider asking this question on the MSDN Forums: http://forums.microsoft.com/msdn
    Christopher Reed
    "The oxen are slow, but the earth is patient."
  • Re: How to get the load address of the .net executable file(exe file) ?

    12-02-2007, 8:15 PM
    • Member
      38 point Member
    • gorilorzhang
    • Member since 03-27-2007, 10:40 PM
    • 中国,长春
    • Posts 38

    thank you for your help.

Page 1 of 1 (3 items)