【发布时间】:2014-03-10 18:28:54
【问题描述】:
是否可以编写一个 c++ 程序来为给定的 windows 进程执行以下操作:
1) pause an application
2) copy the memory of that application to the HDD
3) kill the application
4) at a later point start the application in the exact same state it was before by loading the saved memory
出于多种原因,人们想要这样做,我相信它对调试特别有帮助。
【问题讨论】:
-
平台? Windows/Linux/...?因兴趣而投票。
-
在虚拟机中运行应用程序,暂停或快照虚拟机。
-
我标记的 Windows。 VM 是个好主意,但没有 VM 是否可行?
-
您想从另一个应用程序还是从应用程序本身完成所有这些操作?
-
来自另一个应用程序