I'm very new on debugging dumps so still have some questions.
I've read some questions about debugging dumps and now I've attached my code to dump and can see some values of variables.
My question is how to preview raw heap data. I want this because dump is very big, over 4GB so somewhere is a big memory leak, what probably caused the crash. So will be looking for some strings what left.
BTW. I'm coding with C++ and use Visual Studio 2012 for debugging, but I can download some other programs :)