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

Class NearestName

object --+
         |
        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)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__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

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

__init__(self, ea_names)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)