Пример #1
0
 def search(cls, ea):
     return idaapi.get_nlist_idx(ea)
Пример #2
0
 def search(cls, ea):
     '''Return the index of the address `ea` in the names list.'''
     return idaapi.get_nlist_idx(ea)
Пример #3
0
 def search(cls, ea):
     '''Return the index of the address `ea` in the names list.'''
     return idaapi.get_nlist_idx(ea)