IDAPython 9.0
|
Public Member Functions | |
__init__ (self, ea_names) | |
update (self, ea_names) | |
find (self, ea) | |
__iter__ (self) | |
__getitem__ (self, index) | |
Protected Member Functions | |
_get_item (self, index) | |
Protected Attributes | |
_names = ea_names | |
_addrs = list(ea_names.keys()) | |
Utility class to help find the nearest name in a given ea/name dictionary
__init__ | ( | self, | |
ea_names ) |
__getitem__ | ( | self, | |
index ) |
Returns the tupple (ea, name, index)
__iter__ | ( | self | ) |
|
protected |
find | ( | self, | |
ea ) |
Returns a tupple (ea, name, pos) that is the nearest to the passed ea If no name is matched then None is returned
update | ( | self, | |
ea_names ) |
Updates the ea/names map
|
protected |
|
protected |