foxzz
驱动牛犊
驱动牛犊
  • 注册日期2002-02-11
  • 最后登录2004-09-13
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
阅读:1209回复:2

vmware4.0 里面使用 softice 的方法

楼主#
更多 发布于:2003-12-12 14:20
看看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的,可是我没有成功,用上面的方法倒是可以的了。希望有人可以看到这里少走些弯路。呵呵:)
wowocock
VIP专家组
VIP专家组
  • 注册日期2002-04-08
  • 最后登录2016-01-09
  • 粉丝16
  • 关注2
  • 积分601分
  • 威望1651点
  • 贡献值1点
  • 好评度1227点
  • 原创分1分
  • 专家分0分
沙发#
发布于:2003-12-13 09:59
你不会刚知道吧???
不过用VMWARE有时候驱动会出问题的,而在实际的机器上却没问题,很奇怪????
花开了,然后又会凋零,星星是璀璨的,可那光芒也会消失。在这样 一瞬间,人降生了,笑者,哭着,战斗,伤害,喜悦,悲伤憎恶,爱。一切都只是刹那间的邂逅,而最后都要归入死亡的永眠
robin12
驱动牛犊
驱动牛犊
  • 注册日期2002-02-11
  • 最后登录2014-03-27
  • 粉丝0
  • 关注0
  • 积分11分
  • 威望63点
  • 贡献值0点
  • 好评度1点
  • 原创分0分
  • 专家分0分
板凳#
发布于:2003-12-13 17:27
顺便问一下我在target machine上装了softice,并启动了该程序
当我在windbg里用break时,会进入softice,有谁有是么好方法
能让softice cancel int 3.我使用的系统为win2k+vmware4.0,在vmware中是winxp.
游客

返回顶部