Exemplo n.º 1
0
 def search(cls, ea):
     return idaapi.get_nlist_idx(ea)
Exemplo n.º 2
0
 def search(cls, ea):
     '''Return the index of the address `ea` in the names list.'''
     return idaapi.get_nlist_idx(ea)
Exemplo n.º 3
0
 def search(cls, ea):
     '''Return the index of the address `ea` in the names list.'''
     return idaapi.get_nlist_idx(ea)