C# Class Fuzzer.TargetConnectors.GDB.GDBCStyleReferenceSymbolTableVariable

Represents a variable that gets resolved at runtime. Only use this implementation if the variable is not resolveable with "info address ..." (GDBSymbolTableVariable)
Inheritance: GDBSymbolTableVariable
Show file Open project: areiter/InMemoryFuzzing

Public Methods

Method Description
GDBCStyleReferenceSymbolTableVariable ( GDBConnector connector, string name, int size ) : System

Method Details

GDBCStyleReferenceSymbolTableVariable() public method

public GDBCStyleReferenceSymbolTableVariable ( GDBConnector connector, string name, int size ) : System
connector GDBConnector
name string
size int
return System