How can I dump the memory of a process in Windows 7?

Are there any tools to dump the running application from memory in Windows 7?


just "right click" the process in the taskmanager and select "create memory dump"

alt text


Simplest is probably procdump from SysInternals.

The Debugging Tools for Windows gives more advanced options (e.g. automatically dump the process on certain conditions).