C# Class Fuzzer.TargetConnectors.GDB.GDBSymbolTableVariableAddress

Inheritance: ISymbolTableVariable
Show file Open project: areiter/InMemoryFuzzing

Public Methods

Method Description
Dereference ( ) : ISymbolTableVariable
Dereference ( int index ) : ISymbolTableVariable
GDBSymbolTableVariableAddress ( GDBConnector connector, IAddressSpecifier address, int size ) : System

Method Details

Dereference() public method

public Dereference ( ) : ISymbolTableVariable
return ISymbolTableVariable

Dereference() public method

public Dereference ( int index ) : ISymbolTableVariable
index int
return ISymbolTableVariable

GDBSymbolTableVariableAddress() public method

public GDBSymbolTableVariableAddress ( GDBConnector connector, IAddressSpecifier address, int size ) : System
connector GDBConnector
address IAddressSpecifier
size int
return System