View Single Post
  #4  
Old 05-08-2005, 05:19
yaa
 
Posts: n/a
Hello Lunar_Dust,

I was not thinking of the initial breakpoint at the entry point of an application. I was thinking of a breakpoint placed for example on the .text section of a packed application.
OllyDbg is for sure not using EXCEPTION_SINGLE_STEP to break when you place a breakpoint on a PE section. It is too fast. I was then wondering how else you could accomplish such a task.


yaa

Last edited by yaa; 05-08-2005 at 08:11.
Reply With Quote