Header menu logo B2R2

ImportedSymbolStore Type

Represents a collection of imported symbols in a PE file, which is located at the .idata section.

Instance members

Instance member Description

this.Count

Full Usage: this.Count

Returns: int
Returns: int

this.IsEmpty

Full Usage: this.IsEmpty

Returns: bool
Returns: bool

this[key]

Full Usage: this[key]

Parameters:
Returns: ImportedSymbol
key : Addr
Returns: ImportedSymbol

this.Keys

Full Usage: this.Keys

Returns: ICollection<Addr>
Returns: ICollection<Addr>

this.Values

Full Usage: this.Values

Returns: ICollection<ImportedSymbol>
Returns: ICollection<ImportedSymbol>

Type something to start searching.