def within(ea):
'''Return True if the address ``ea`` is within a function.'''
ea = interface.address.within(ea)
return idaapi.get_func(ea) is not None
# Checks if ea is contained in function or in any of it's chunks
评论列表
文章目录