How to set this kind of breakpoint in ollydbg?
I want to break on开发者_开发问答 where Executable Module X
is called, but I've no idea which function is actually called.
Is it possible to set this kind of matching-all breakpoint?
Set a memory breakpoint on its code section.
精彩评论