예제 #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)