C# Class Fuzzer.TargetConnectors.GDB.GDBSymbolTableVariable

Represents a variable that gets resolved at runtime
Inheritance: ISymbolTableVariable
Afficher le fichier Open project: areiter/InMemoryFuzzing

Protected Properties

Свойство Type Description
_connector GDBConnector
_name string
_size int

Méthodes publiques

Méthode Description
Dereference ( ) : ISymbolTableVariable
Dereference ( int index ) : ISymbolTableVariable
GDBSymbolTableVariable ( GDBConnector connector, string name, int size ) : System
InternalDereference ( GDBConnector connector, System.UInt64 address, int size ) : ISymbolTableVariable

Method Details

Dereference() public méthode

public Dereference ( ) : ISymbolTableVariable
Résultat ISymbolTableVariable

Dereference() public méthode

public Dereference ( int index ) : ISymbolTableVariable
index int
Résultat ISymbolTableVariable

GDBSymbolTableVariable() public méthode

public GDBSymbolTableVariable ( GDBConnector connector, string name, int size ) : System
connector GDBConnector
name string
size int
Résultat System

InternalDereference() public static méthode

public static InternalDereference ( GDBConnector connector, System.UInt64 address, int size ) : ISymbolTableVariable
connector GDBConnector
address System.UInt64
size int
Résultat ISymbolTableVariable

Property Details

_connector protected_oe property

protected GDBConnector,Fuzzer.TargetConnectors.GDB _connector
Résultat GDBConnector

_name protected_oe property

protected string _name
Résultat string

_size protected_oe property

protected int _size
Résultat int