Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如,现在我正在调试该行:
[0x000000000009048a] 0008:0009048a (unk. ctxt): call .-225 (0x000903ae) ; e81fffffff
我不想进入这个功能。也就是说,我想跨过去,直接去地址:0008:0009048f。博克斯能做到吗?如果我已经步入函数,我怎么能直接返回呢?
是的,bochs 支持跳过子程序调用:
n|next|p - execute instruction stepping over subroutines
不,bochs 不支持运行退出帧。您可以通过设置断点来解决此限制(但对于递归函数来说很乏味)。