环境配置 2
ida pro 6.1 + vmware9 debug?mbr
.vmx
monitor.debugOnStartGuest32 = "TRUE"
debugStub.listen.guest32="TRUE"
debugStub.hideBreakpoints="TRUE"
ida
?debugger
? remote gdb debug
localhost 8832
process 0
breakpoints
0x7c00
默認IDA是用32位模式顯示代碼的,而MBR是16位的,需要用切換到16位寄存器模式。
ALT+S 32->16
轉載于:https://www.cnblogs.com/cpphome/archive/2013/03/01/2939298.html
總結
- 上一篇: python计算时间装饰器_使用pyth
- 下一篇: 使用find 命令执行命令 -exec