Search code examples
breakpointsollydbg

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?


Solution

  • Set a memory breakpoint on its code section.