Answer the question
In order to leave comments, you need to log in
What programs exist for creating memory dumps of running applications?
I know that it is possible to create a complete dump of a running application.
Is it possible to make a dump not entirely, but of individual fragments of memory that the application has allocated for itself?
That is, let's say the program has started, allotted itself 10 fragments of 1 MB each through malloc / calloc.
Here's how to dump the program and 10 fragments into separate files?
Is it something like Sysinternals Process Explorer?
Is it possible to develop such a program for dumps yourself?
For Win9x there was some book about the internals, but for Win7 there isn't.
Answer the question
In order to leave comments, you need to log in
Here's how to dump the program and 10 fragments into separate files?
Is it possible to develop such a program for dumps yourself?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question