예제 #1
0
 public bool Exec(Hooker hooker, Thread th)
 {
     hooker.SetBreakMode(BreakMode.Ignore);
     hooker.SetPipeServer(null);
     return(true);
 }
예제 #2
0
 public bool Exec(Hooker hooker, Thread th)
 {
     hooker.SetBreakMode(BreakMode.StepOut);
     return(true);
 }