summaryrefslogtreecommitdiff
path: root/python/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/__init__.py')
-rw-r--r--python/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/__init__.py b/python/__init__.py
index 1b36b2db..1fcdb77a 100644
--- a/python/__init__.py
+++ b/python/__init__.py
@@ -318,6 +318,8 @@ def load(*args, **kwargs) -> BinaryView:
:rtype: :py:class:`BinaryView`
:raises Exception: When a BinaryView could not be created
+ .. note:: The progress_func callback **must** return True to continue the load operation, False will abort the load operation.
+
:Example:
>>> from binaryninja import *
>>> with load("/bin/ls") as bv: