From 0ef43c4f1be6174a748e679163a07a99e5a7b3c5 Mon Sep 17 00:00:00 2001 From: Hex Fish <0xhexfish@gmail.com> Date: Sun, 6 Jun 2021 15:37:58 -0400 Subject: Change get_functions_by_name name param type to str --- python/binaryview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/binaryview.py') diff --git a/python/binaryview.py b/python/binaryview.py index bdc21dfc..4b1ebb1f 100644 --- a/python/binaryview.py +++ b/python/binaryview.py @@ -3229,7 +3229,7 @@ class BinaryView(object): """``get_functions_by_name`` returns a list of Function objects function with a Symbol of ``name``. ​ - :param int name: name of the functions + :param str name: name of the functions :param Platform plat: (optional) platform :param list(SymbolType) ordered_filter: (optional) an ordered filter based on SymbolType :return: returns a list of Function objects or an empty list -- cgit v1.3.1