阅读:1210回复:2
vmware4.0 里面使用 softice 的方法
看看vmware本身是怎么回答的吧:
If you plan to use SoftICE in a virtual machine, open the configuration file for the virtual machine in a text editor and add the following two lines: vmmouse.present = FALSE svga.maxFullscreenRefreshTick = 5 Otherwise, your mouse and screen may become unresponsive when breaking into the SoftICE debugger, making it appear as if your guest operating system has hung. svga.maxFullscreenRefreshTick can be set to any value greater than 0. Lowering the value of svga.maxFullscreenRefreshTick increases the responsiveness of SoftICE, but it also has a negative impact on the performance of the guest operating system when SoftICE is not running. We recommend removing or commenting out these configuration options when you are not using SoftICE. Sometimes, even with these configuration options, pressing Ctrl-D does not display the SoftICE window and your mouse and screen appear unresponsive. Exit SoftICE by pressing Ctrl-D again, then use SoftICE in VGA mode as explained below. Open a command prompt (for instance, choose Start > Run, type cmd and click OK). Press Alt-Enter to enter VGA mode. Press Ctrl-D to enter SoftICE. . 其实说白了,就是再XXXX.vmx中加入 vmmouse.present = \"FALSE\" svga.maxFullscreenRefreshTick = \"5\" 多谢znsoft了,看到他的文章才让我大受启发。之所以还发这个帖子是看到有人说VM4.0可以直接支持softice的,可是我没有成功,用上面的方法倒是可以的了。希望有人可以看到这里少走些弯路。呵呵:) |
|
沙发#
发布于:2003-12-13 09:59
你不会刚知道吧???
不过用VMWARE有时候驱动会出问题的,而在实际的机器上却没问题,很奇怪???? |
|
|
板凳#
发布于:2003-12-13 17:27
顺便问一下我在target machine上装了softice,并启动了该程序
当我在windbg里用break时,会进入softice,有谁有是么好方法 能让softice cancel int 3.我使用的系统为win2k+vmware4.0,在vmware中是winxp. |
|