diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2021-12-18 10:56:54 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2021-12-18 10:56:54 -0500 |
| commit | 756bdff8dc85a18204e7265858333a682a4eb949 (patch) | |
| tree | 63ed4213944c5e12a4b44945537b76490c870fb0 /python | |
| parent | 0eb69b3984fed0a5cce4f443de8abad646cf7203 (diff) | |
add warning to abort_analysis
Diffstat (limited to 'python')
| -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) |
