HeapMemView is a small utility that lets you view the content of all the memory blocks found stored in the part of the process you indicate. It is a very useful tool for developers who need to do traces and followings in their software.HeapMemView requires no installation nor additional DLL libraries. Just download the runnabel file, and copy it to any folder. Once you run it, you have to select the set process you want to inspect. The user interface has two panels:* The upper panel shows a list of memory blocks stored in the selected process.* The lower panel shows the content of the memory block selected from the upper panel.
|