View Single Post
  #1  
Old 03-27-2003, 22:24
bcl25
 
Posts: n/a
How to deal with threads ?

I need some advice about how to debug a thread of a process. I want to know which is the best debugger for this job and how to break on the first instruction of the thread. I don't find any call to CreateThread in the target but in OllyDbg I can see that there is a new thread started, what api to search for ?

Please escuse my English and the lacks in my knowledge

Thank you very much
Reply With Quote