save state of external running program
Posted
by SuitUp
on Stack Overflow
See other posts from Stack Overflow
or by SuitUp
Published on 2010-05-27T02:38:03Z
Indexed on
2010/05/27
2:41 UTC
Read the original article
Hit count: 197
c#
Hi, my goal is to save state of running process and later start from this point.
This is not necessary need to be state from this exact moment, let's say save after 5 seconds is good too. Problem is, i can't alter in code of this external program, i am even don't aware of it's architecture.
I have resources to save whole program to disk from memory, but i need some tips, where to start. I can't use any VM like Virtual Box to save state of whole operating system, and program can be written in c++ or c or c#...
© Stack Overflow or respective owner