From bbff3016feca72f81fc1b7e240f271403a070334 Mon Sep 17 00:00:00 2001 From: Ana Maria Martinez Gomez Date: Wed, 7 Apr 2021 11:32:53 +0200 Subject: [PATCH] doc: Update Python 2 related documentation Update documentation and code comments which mention Python 2. --- capa/ida/plugin/README.md | 2 +- capa/main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/capa/ida/plugin/README.md b/capa/ida/plugin/README.md index aea42c58..64dacfbc 100644 --- a/capa/ida/plugin/README.md +++ b/capa/ida/plugin/README.md @@ -36,7 +36,7 @@ For more information on the FLARE team's open-source framework, capa, check out capa explorer supports the following IDA setups: -* IDA Pro 7.4+ with Python 2.7 or Python 3. +* IDA Pro 7.4+ with Python >= 3.6. If you encounter issues with your specific setup, please open a new [Issue](https://github.com/fireeye/capa/issues). diff --git a/capa/main.py b/capa/main.py index 07cb2341..b227dc40 100644 --- a/capa/main.py +++ b/capa/main.py @@ -438,7 +438,7 @@ def install_common_args(parser, wanted=None): wanted (Set[str]): collection of arguments to opt-into, including: - "sample": required positional argument to input file. - "format": flag to override file format. - - "backend": flag to override analysis backend under py3. + - "backend": flag to override analysis backend. - "rules": flag to override path to capa rules. - "tag": flag to override/specify which rules to match. """