diff options
Diffstat (limited to 'python/binaryview.py')
| -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 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) |
