DCSIMG
Memory Map Viewer - Pavel's Blog
Sign in | Join | Help

Pavel's Blog

Pavel is a software guy that is interested in almost everything
software related... way too much for too little time

Browse by Tags

Update to my Virtual Memory Map Viewer
01 June 09 03:51 PM | pavely | with no comments
I’ve uploaded an updated version of my Virtual Memory Map Viewer on CodePlex . This version has both 32 bit and a 64 bit executables, allowing viewing of 64 bit processes (as well as 32 bit). Quite interesting to see those large address spaces… You can download the latest from CodePlex .
Virtual Memory Map Viewer Update
07 December 08 07:55 AM | pavely | 1 comment(s)
Here’s an update to my Virtual Memory Map Viewer (for those interested). New features in this release: 1. Memory corresponding to thread stacks is indicated in the “Details” column in the view. 2. Memory mapped files are indicated in the “Details” column as well for mapped regions. 3. Status bar contains the following data for the selected process: Number of threads, total committed memory, private committed memory and working set (RAM currently consumed by process). These counters are updated every...
Virtual Memory Map Viewer
27 November 08 09:47 AM | pavely | 3 comment(s)
Some of you old folks may recall a small tool called “Pwalk” (process walk), that showed the memory map of a running process. As the tool is hard to come by and is generally old, I decided to create a new one (maybe there’s something else like this out there). This is the first version – very basic, but gets the job done. It supports sorting by any column. I intend to add memory viewing capabilities, process heaps information and allocations in the future. Here’s a screen shot and the executable...