C# Class Fuzzer.TargetConnectors.GDB.InfoLineRH

Inheritance: GDBResponseHandler
Afficher le fichier Open project: areiter/InMemoryFuzzing Class Usage Examples

Méthodes publiques

Méthode Description
HandleResponse ( GDBSubProcess subProcess, string responseLines, bool allowRequestLine ) : GDBResponseHandler.HandleResponseEnum
InfoLineRH ( GDBSubProcess gdbProc, string lineArg, AddressResolvedCB addressResolved ) : System

Method Details

HandleResponse() public méthode

public HandleResponse ( GDBSubProcess subProcess, string responseLines, bool allowRequestLine ) : GDBResponseHandler.HandleResponseEnum
subProcess GDBSubProcess
responseLines string
allowRequestLine bool
Résultat GDBResponseHandler.HandleResponseEnum

InfoLineRH() public méthode

public InfoLineRH ( GDBSubProcess gdbProc, string lineArg, AddressResolvedCB addressResolved ) : System
gdbProc GDBSubProcess
lineArg string
addressResolved AddressResolvedCB
Résultat System