diff --git a/python/idautils.py b/python/idautils.py index 1af91cd..cee82c1 100644 --- a/python/idautils.py +++ b/python/idautils.py @@ -198,8 +198,9 @@ def Functions(start=idaapi.cvar.inf.minEA, end=idaapi.cvar.inf.maxEA): @return: list of heads between start and end @note: The last function that starts before 'end' is included even - if it extends beyond 'end'. Any function that has its chunks in - multiple segments will be reported multiple times. + if it extends beyond 'end'. Any function that has its chunks scattered + in multiple segments will be reported multiple times, once in each segment + as they are listed. """ func = idaapi.get_func(start) if not func: