I want to break on where Executable Module X
is called, but I've no idea which function is actually called.
我想打破可执行模块X的调用,但我不知道实际调用了哪个函数。
Is it possible to set this kind of matching-all breakpoint?
是否可以设置这种匹配 - 所有断点?
1 个解决方案
#1
1
Set a memory breakpoint on its code section.
在其代码部分设置内存断点。
#1
1
Set a memory breakpoint on its code section.
在其代码部分设置内存断点。