summaryrefslogtreecommitdiff
path: root/python/binaryview.py
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2020-04-01 02:50:04 -0400
committerJordan Wiens <jordan@psifertex.com>2020-04-01 02:50:04 -0400
commit31a2848551aa27ca7503fa4368600617f03571a6 (patch)
treed7065d032b0369b611e491182544defa83159346 /python/binaryview.py
parent95b145165e424d69554d03d4ebcf4cc13d43ec88 (diff)
include signature matcher in the analysis option list
Diffstat (limited to 'python/binaryview.py')
-rw-r--r--python/binaryview.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/binaryview.py b/python/binaryview.py
index 5444f45b..301e6b05 100644
--- a/python/binaryview.py
+++ b/python/binaryview.py
@@ -2807,8 +2807,7 @@ class BinaryView(object):
``add_analysis_option`` adds an analysis option. Analysis options elaborate the analysis phase. The user must
start analysis by calling either :func:`update_analysis` or :func:`update_analysis_and_wait`.
- :param str name: name of the analysis option. Available options:
- "linearsweep" : apply linearsweep analysis during the next analysis update (run-once semantics)
+ :param str name: name of the analysis option. Available options are: "linearsweep", and "signaturematcher".
:rtype: None
:Example: