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 .