Header menu logo B2R2

FunctionCollection<'FnCtx, 'GlCtx> Type

Collection of recovered functions.

Constructors

Constructor Description

FunctionCollection(builders)

Full Usage: FunctionCollection(builders)

Parameters:
Returns: FunctionCollection<'FnCtx, 'GlCtx>
builders : ICFGBuildable<'FnCtx, 'GlCtx>[]
Returns: FunctionCollection<'FnCtx, 'GlCtx>

Instance members

Instance member Description

this.Addresses

Full Usage: this.Addresses

Returns: KeyCollection<Addr, Function>

Addresses of functions.

Returns: KeyCollection<Addr, Function>

this.Count

Full Usage: this.Count

Returns: int

Number of functions in the collection.

Returns: int

this.Find

Full Usage: this.Find

Parameters:
    name : string

Returns: List<Function>

Find a function by its name. If there are multiple functions with the same name, this function returns all of them.

name : string
Returns: List<Function>

this.Find

Full Usage: this.Find

Parameters:
Returns: Function

Find a function by its address.

addr : Addr
Returns: Function

this.FindByID

Full Usage: this.FindByID

Parameters:
    id : string

Returns: Function

Find a function by its function ID.

id : string
Returns: Function

this[addr]

Full Usage: this[addr]

Parameters:
Returns: Function

Find a function by its address.

addr : Addr
Returns: Function

this.Sequence

Full Usage: this.Sequence

Returns: ValueCollection<Addr, Function>

Sequence of functions.

Returns: ValueCollection<Addr, Function>

Type something to start searching.