From 756bdff8dc85a18204e7265858333a682a4eb949 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Sat, 18 Dec 2021 10:56:54 -0500 Subject: add warning to abort_analysis --- python/binaryview.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python') diff --git a/python/binaryview.py b/python/binaryview.py index eda67c03..f1eaf8ac 100644 --- a/python/binaryview.py +++ b/python/binaryview.py @@ -3447,6 +3447,8 @@ class BinaryView: """ ``abort_analysis`` will abort the currently running analysis. + .. warning:: This method should be considered non-recoverable and generally only used when shutdown is imminent after stopping. + :rtype: None """ core.BNAbortAnalysis(self.handle) -- cgit v1.3.1