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

Response handlers for GDB Commands or standalone response handlers They get the last response line from gdb and can decide whether this line is destined for this handler, the response is not complete yet (requests another response line) or if this line is not of interest for this handler at all
파일 보기 프로젝트 열기: areiter/InMemoryFuzzing 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_gdbProc GDBSubProcess
_logger log4net.ILog

공개 메소드들

메소드 설명
GDBResponseHandler ( GDBSubProcess gdbProc ) : System
HandleResponse ( GDBSubProcess subProcess, string responseLines, bool allowRequestLine ) : HandleResponseEnum

Handles the specified response

메소드 상세

GDBResponseHandler() 공개 메소드

public GDBResponseHandler ( GDBSubProcess gdbProc ) : System
gdbProc GDBSubProcess
리턴 System

HandleResponse() 공개 추상적인 메소드

Handles the specified response
public abstract HandleResponse ( GDBSubProcess subProcess, string responseLines, bool allowRequestLine ) : HandleResponseEnum
subProcess GDBSubProcess
responseLines string At least a single response line
allowRequestLine bool Specifies if requesting more response lines is allowed
리턴 HandleResponseEnum

프로퍼티 상세

_gdbProc 보호되어 있는 프로퍼티

protected GDBSubProcess,Fuzzer.TargetConnectors.GDB _gdbProc
리턴 GDBSubProcess

_logger 보호되어 있는 프로퍼티

protected ILog,log4net _logger
리턴 log4net.ILog