From e2d4cae209907e240f96af255126ff306a408f6b Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Tue, 5 May 2020 21:54:19 -0400 Subject: add warning to add_analysis_completion_event --- python/binaryview.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python') 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 -- cgit v1.3.1