vmmap Questions

1

I understand the Heap Allocations button should allow me to see call stacks, but the button is always disabled (grayed out) no matter what I try. (I used the "Launch and Trace New Process" feature ...
Sucrase asked 10/1, 2019 at 10:36

2

I am using VMMap to analyse Virtual/Process Address Space utilisation in my mixed mode (managed and unmanaged) application. I understand how the Windows VMM and the Virtual Memory API works, I unde...
Drandell asked 8/10, 2015 at 15:59

1

In the command line, i can use vmmap -v -purge 50554 to find the memory information of the process 50554, and get the output like below: VIRTUAL RESIDENT DIRTY SWAPPED VOLATILE NONVOL EMPTY REGIO...
Doodle asked 26/10, 2015 at 2:49

2

Solved

I've been using Mark Russinovich's VMMap to map out the Virtual Memory for a process I'm analyzing. Using VirtualQueryEx, I can walk the space of an external process and get information on the memo...
Isometric asked 6/4, 2011 at 19:36

1

Solved

I'd like to figure out how does VMMAP process operates. After running this executable with dtrace, it seems that the method proc_regionfilename that extract the address space of each section in t...
Decussate asked 22/2, 2016 at 8:51
1

© 2022 - 2024 — McMap. All rights reserved.