From 31a2848551aa27ca7503fa4368600617f03571a6 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Wed, 1 Apr 2020 02:50:04 -0400 Subject: include signature matcher in the analysis option list --- python/binaryview.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'python') 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: -- cgit v1.3.1