C# Class Fuzzer.TargetConnectors.GDB.InfoFrameCmd

Extracts informations of the current stack frame (saved rip, address of rip
Inheritance: GDBCommand
Show file Open project: areiter/InMemoryFuzzing

Public Methods

Method Description
InfoFrameCmd ( GDBSubProcess gdbProc, InfoFrameRH frameInfoCB ) : System

Method Details

InfoFrameCmd() public method

public InfoFrameCmd ( GDBSubProcess gdbProc, InfoFrameRH frameInfoCB ) : System
gdbProc GDBSubProcess
frameInfoCB InfoFrameRH
return System