4

I have a game where saving is impossible most of the time, there are big gaps between saves and many progress is lost if the game crashes or I die.

I want to know if it's possible to dump the RAM of a process onto the disk and then restore it when needed? and if yes, how do I do that?

Just like suspending a VM-Ware virtual machine... but not a virtual machine yet a process in windows.

Gizmo
  • 1,939
  • 6
  • 30
  • 56
  • Sort of related: http://superuser.com/questions/133938/how-can-i-dump-the-memory-of-a-process-in-windows-7?rq=1 – Ƭᴇcʜιᴇ007 Aug 13 '13 at 16:41
  • @Gizmo - Unless the software supports this feature its not possible to do this. An application's memory space is protected. – Ramhound Aug 13 '13 at 16:46
  • 2
    invalid duplicate - I want for WINDOWS, "duplicate" wants for LINUX – Gizmo Aug 13 '13 at 20:10
  • 1
    and I know how I can dump using task manager, but I want to restore that dump into memory.. – Gizmo Aug 13 '13 at 20:15
  • Sorry, there is no way to do that. See my answer here: http://superuser.com/questions/904441/possible-to-save-process-as-dump-file-to-disk-and-then-reload-the-process-later/978777#978777 – Jamie Hanrahan Sep 27 '15 at 13:20

0 Answers0