C# Class Fuzzer.TargetConnectors.GDB.SetBreakpointRH

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

Méthodes publiques

Méthode Description
HandleResponse ( GDBSubProcess connector, string responseLines, bool allowRequestLine ) : GDBResponseHandler.HandleResponseEnum
SetBreakpointRH ( SetBreakpointDelegate cb, GDBSubProcess gdbProc ) : System

Method Details

HandleResponse() public méthode

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

SetBreakpointRH() public méthode

public SetBreakpointRH ( SetBreakpointDelegate cb, GDBSubProcess gdbProc ) : System
cb SetBreakpointDelegate
gdbProc GDBSubProcess
Résultat System