English 中文(简体)
如何将这种断裂锁定在环形中?
原标题:How to set this kind of breakpoint in ollydbg?

我想打破<代码>。 称为可执行的模块X,但我没有实际要求行使职能的想法。

是否有可能确定这种匹配点?

最佳回答

在其代码栏中设置一个记忆断点。

问题回答

暂无回答




相关问题
Conditional Debug on Visual C++ 2008 Express

Is there a way to debug code on Visual C++ 2008 Express, such as I can watch a variable for certain value(s) and, when it assumes this value, to break? For instance, I want to break when xbecomes 5. ...

VS DataBreakpoints: difference between C and C++

when you set a databreakpoint in MSVS, then you put in the address and the number of bytes and finally it lets you choose betwenn "C" and "C++". this last part i dont know what it is about? what is ...

How can I trap the unknown cause of a Javascript popup?

I am debugging someone else s web page. There is a link on it which tries to open itself in a popup window, the reason for this is unclear -- there is nothing obvious in the HTML (onclick=foo) to ...

Breakpoints in Ruby IDE?

I currently use TextMate for Ruby/Javascript/Actionscript development and it is amazing. But one thing I would really love to use are breakpoints so I could stop code execution and examine the state ...

What does it mean for a breakpoint to be installed?

The documentation for Eclipse states that a blue circle icon represents an enabled line breakpoint and that a checkmark is an adornment that marks a line breakpoints as installed What s the ...

Xcode breakpoint [NSExceptionRaise] vs -[NSExceptionRaise]

Xcode:Run>Show>Breakpoints I ve added the obligatory [NSExceptionRaise] and objc_exception_throw yet when I close the Breakpoints window and then return Xcode adds a third breakpoint: -[...

热门标签