|
IDAPython 9.0
|
Public Member Functions | |
| __init__ (self, *args) | |
| bool | set (self, *args) |
| bool | set_ea (self, ida_idaapi.ea_t ea) |
| bool | set_range (self, ida_idaapi.ea_t ea1, ida_idaapi.ea_t ea2) |
| 'range_t const &' | chunk (self) |
| bool | first (self) |
| bool | last (self) |
| bool | __next__ (self) |
| bool | prev (self) |
| bool | main (self) |
| __iter__ (self) | |
Static Public Attributes | |
| bool | next = __next__ |
Properties | |
| thisown | |
| __init__ | ( | self, | |
| * | args ) |
| __iter__ | ( | self | ) |
Provide an iterator on function tails
| bool __next__ | ( | self | ) |
| 'range_t const &' chunk | ( | self | ) |
| bool first | ( | self | ) |
| bool last | ( | self | ) |
| bool main | ( | self | ) |
| bool prev | ( | self | ) |
| bool set | ( | self, | |
| * | args ) |
| bool set_ea | ( | self, | |
| ida_idaapi.ea_t | ea ) |
| bool set_range | ( | self, | |
| ida_idaapi.ea_t | ea1, | ||
| ida_idaapi.ea_t | ea2 ) |
|
static |
|
static |