当你的虚拟机崩溃的时候不要忧伤,Windows会帮助你解决问题
问题
The virtual machine could not be changed to selected monitor layout
杀掉含有 VMware的进程
ps -ef|grep vmware|grep -v grep|cut -c 9-15|xargs kill -9
重启虚拟机,启动F2 ,F8选择修复,我是选择还原时间,竟然ok了,因为 种了 wtsapi32.dll 和 box sync的进程注入 IconOverlayClient.dll,Log4Net.dll,SharpShell.dll ,天下没有免费的午餐,开始 dll逆向分析咯。