Heap Walker

Heap Walker is a small software that allows you to search data inside allocated memory of other processes (all memory allocated by malloc, new, HeapAlloc).
It can be used too, to find address of a well-known allocated data.

First, select process to watch, next the wanted heap list. HeapList 0 is the original process heap.
Next click start button  to to parse the selected heap.


If you get an idea of what you are seeking, you can use the filter window  to filter heaplist entries


To search data inside results, you can use the search window  which allow to do quick string or buffer search


Use the Refresh button  to refresh processes list