diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2020-05-05 21:54:19 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2020-05-05 21:54:19 -0400 |
| commit | e2d4cae209907e240f96af255126ff306a408f6b (patch) | |
| tree | 3d3a02f08f70dc591d9bc11f9ecfa75d5cb05fec | |
| parent | 1f84c9eb3bb640788f2cdad58ca5eab526861502 (diff) | |
add warning to add_analysis_completion_event
| -rw-r--r-- | python/binaryview.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/binaryview.py b/python/binaryview.py index 79289def..a554f0e1 100644 --- a/python/binaryview.py +++ b/python/binaryview.py @@ -4219,6 +4219,8 @@ class BinaryView(object): The callee of this function is not responsible for maintaining the lifetime of the returned AnalysisCompletionEvent object. + .. warning: The built-in python console automatically updates analysis after every command is run, which means this call back may not behave as expected if entered interactively. + :param callback callback: A function to be called with no parameters when analysis has completed. :return: An initialized AnalysisCompletionEvent object. :rtype: AnalysisCompletionEvent |
