C# 클래스 Fuzzer.TargetConnectors.GDB.SetBreakpointRH

상속: GDBResponseHandler
파일 보기 프로젝트 열기: areiter/InMemoryFuzzing 1 사용 예제들

공개 메소드들

메소드 설명
HandleResponse ( GDBSubProcess connector, string responseLines, bool allowRequestLine ) : GDBResponseHandler.HandleResponseEnum
SetBreakpointRH ( SetBreakpointDelegate cb, GDBSubProcess gdbProc ) : System

메소드 상세

HandleResponse() 공개 메소드

public HandleResponse ( GDBSubProcess connector, string responseLines, bool allowRequestLine ) : GDBResponseHandler.HandleResponseEnum
connector GDBSubProcess
responseLines string
allowRequestLine bool
리턴 GDBResponseHandler.HandleResponseEnum

SetBreakpointRH() 공개 메소드

public SetBreakpointRH ( SetBreakpointDelegate cb, GDBSubProcess gdbProc ) : System
cb SetBreakpointDelegate
gdbProc GDBSubProcess
리턴 System