def go(ea):
'''Jump to the specified address at ``ea``.'''
if isinstance(ea, basestring):
ea = search.by_name(None, ea)
idaapi.jumpto(interface.address.inside(ea))
return ea
# returns the offset of ea from the baseaddress
评论列表
文章目录