summaryrefslogtreecommitdiff
path: root/python/binaryview.py
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2021-12-18 10:56:54 -0500
committerJordan Wiens <jordan@psifertex.com>2021-12-18 10:56:54 -0500
commit756bdff8dc85a18204e7265858333a682a4eb949 (patch)
tree63ed4213944c5e12a4b44945537b76490c870fb0 /python/binaryview.py
parent0eb69b3984fed0a5cce4f443de8abad646cf7203 (diff)
add warning to abort_analysis
Diffstat (limited to 'python/binaryview.py')
-rw-r--r--python/binaryview.py2
1 files changed, 2 insertions, 0 deletions
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)