1

I'm using OllyDBG 2.0 on Win7 Ultimate x64. Whenever I debug an .exe, olly refuses to jump to a command when I double click a call in the stack. Olly 1 does this fine. Any way I could fix this?

Thanks.

4

2 回答 2

1

降级到 OllyDbg 1.10 - 这不是开玩笑。IMO OllyDbg 1.10 仍然是更好的选择。版本 2 代码分析器非常慢,并且作为一个整体它错过了一些小的附加功能。

于 2013-10-16T21:11:07.593 回答
0

如果您标记并右键单击堆栈位置,将根据目标内存的可能存在“Follow in Disassembler/Dump/Stack”选项。如果“Follow in Disassembler”可用,也可以在选择堆栈地址时按 Enter 访问该选项。

于 2013-10-16T23:02:45.787 回答