C# Class Fuzzer.TargetConnectors.GDB.AttachCmd

Attaches GDB to another process
Inheritance: GDBCommand
Show file Open project: areiter/InMemoryFuzzing

Public Methods

Method Description
AttachCmd ( GDBSubProcess gdbProc, int pid, Action cb ) : System

Method Details

AttachCmd() public method

public AttachCmd ( GDBSubProcess gdbProc, int pid, Action cb ) : System
gdbProc GDBSubProcess
pid int
cb Action
return System