コード例 #1
0
 def search(cls, ea):
     return idaapi.get_nlist_idx(ea)
コード例 #2
0
ファイル: ui.py プロジェクト: heruix/ida-minsc
 def search(cls, ea):
     '''Return the index of the address `ea` in the names list.'''
     return idaapi.get_nlist_idx(ea)
コード例 #3
0
ファイル: ui.py プロジェクト: arizvisa/idascripts
 def search(cls, ea):
     '''Return the index of the address `ea` in the names list.'''
     return idaapi.get_nlist_idx(ea)