Module idaapi :: Class NearestName
[frames] | no frames]

Class NearestName

Utility class to help find the nearest name in a given ea/name dictionary

Instance Methods
 
__getitem__(self, index)
Returns the tupple (ea, name, index)
 
__init__(self, ea_names)
 
__iter__(self)
 
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
[an error occurred while processing this directive]