PDA

View Full Version : Run Trace question


Anonymous
07-18-2003, 11:08 AM
Hello,

Is there any way for me to do a run trace that only traces into the subroutines that remain in the main module rather then all subroutines?

For example, if I use Ctrl+F11, the trace log will contain all the instructions called in ntdll and be huge. Is there any way for me to avoid those modules?

The reason Im asking is because I want to do a run trace on two files and see where they first differ wihtout having to look at those other modules.

Thanks

Anonymous
07-18-2003, 11:17 AM
no possible

blabberer
07-18-2003, 11:28 PM
check mark the skip library calls in debugger options and try i never tried but think might work in your case will post after trying later coz i dont have olly loaded here now when i post

Teerayoot
07-21-2003, 10:53 PM
Prefile that module ,that feather 're very usefull,i think it work well,becasue i newver go into system call too deep ,alway check in debug option ,force it not go inside system call.