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

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

공개 메소드들

메소드 설명
HandleResponse ( GDBSubProcess subProcess, string responseLines, bool allowRequestLine ) : GDBResponseHandler.HandleResponseEnum
InfoAddressRH ( ISymbol symbol, SymbolResolvedDelegate resolvedCallback, GDBSubProcess gdbProc ) : System

메소드 상세

HandleResponse() 공개 메소드

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

InfoAddressRH() 공개 메소드

public InfoAddressRH ( ISymbol symbol, SymbolResolvedDelegate resolvedCallback, GDBSubProcess gdbProc ) : System
symbol ISymbol
resolvedCallback SymbolResolvedDelegate
gdbProc GDBSubProcess
리턴 System