Header menu logo B2R2

LSDATable Type

Represents a map from the address of the LSDA to the LSDA itself. LSDATable is used to store the parsed LSDA entries from the `.gcc_except_table` section of the ELF file.

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: LSDA
key : Addr
Returns: LSDA

this.Keys

Full Usage: this.Keys

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

this.Values

Full Usage: this.Values

Returns: ICollection<LSDA>
Returns: ICollection<LSDA>

Type something to start searching.