well if the module is loaded dynamically after the exe started running you can use the break on new module option in debugger options
apart from that you can break point on access of any module use memory on access after you view memory
for the above stated problem you can use conditional break point
you need to experiment a little when using it
i say one example develop on it
uMsg == WM_COMMAND
<winproc> , TranslateMessage
pause always
log arguments
log blah blah --> i forgot
then u can view the log window for details (you can save it too for future referances)
last but not least you can use pause on condition in runtrace option also
well there may be many more possibilities (it is a great tool take your time to
explore it byte by byte )and it will be a truly enjoying experience
thank oleh for such a good better best bestest bestest^infinity

application