Function

class function.Function(name: str, addr: int)

A class representing an exported function, instantiated by Debugger, see debugger.Debugger.functions()

property name

Returns the function name

Type

str

property address

Returns the function address

Type

int

property call_xrefs

Returns the list of instructions addresses that calls this function

Type

List[int]