C# Class Fuzzer.TargetConnectors.GDB.AttachCmd

Attaches GDB to another process
Inheritance: GDBCommand
Afficher le fichier Open project: areiter/InMemoryFuzzing

Méthodes publiques

Méthode Description
AttachCmd ( GDBSubProcess gdbProc, int pid, Action cb ) : System

Method Details

AttachCmd() public méthode

public AttachCmd ( GDBSubProcess gdbProc, int pid, Action cb ) : System
gdbProc GDBSubProcess
pid int
cb Action
Résultat System