diff options
| author | Hex Fish <0xhexfish@gmail.com> | 2021-06-06 15:37:58 -0400 |
|---|---|---|
| committer | Xusheng Li <xushengli@protonmail.com> | 2021-06-07 14:54:22 +0800 |
| commit | 0ef43c4f1be6174a748e679163a07a99e5a7b3c5 (patch) | |
| tree | c99cde59dd9c8898c31436c552bf2be504b4023a /python/binaryview.py | |
| parent | df3aa5a4e1e431ea1ffd5aaff2e7ca8f8cdf20f8 (diff) | |
Change get_functions_by_name name param type to str
Diffstat (limited to 'python/binaryview.py')
| -rw-r--r-- | python/binaryview.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
