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

Parses the continue response "Continue." on success and "The program is not being run." on failure
상속: GDBResponseHandler
파일 보기 프로젝트 열기: areiter/InMemoryFuzzing 1 사용 예제들

공개 메소드들

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

메소드 상세

ContinueRH() 공개 메소드

public ContinueRH ( string runArgs, Action cb, GDBSubProcess gdbProc ) : System
runArgs string
cb Action
gdbProc GDBSubProcess
리턴 System

HandleResponse() 공개 메소드

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