|
steping over as opposed to stepping into.
You should keep track of where you stepped into the DLL, and on your next pass through the execution step over that particular call.
In softice you can load the import symbols and know that you are infact calling a dll.
I also do not use the w32dasm debugger, but I really doubt if it allows you to load the import symbols.
|