diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2020-04-01 02:50:04 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2020-04-01 02:50:04 -0400 |
| commit | 31a2848551aa27ca7503fa4368600617f03571a6 (patch) | |
| tree | d7065d032b0369b611e491182544defa83159346 /python | |
| parent | 95b145165e424d69554d03d4ebcf4cc13d43ec88 (diff) | |
include signature matcher in the analysis option list
Diffstat (limited to 'python')
| -rw-r--r-- | python/binaryview.py | 3 |
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: |
