mirror of
https://github.com/mandiant/capa.git
synced 2026-02-04 11:07:53 -08:00
doc: Update Python 2 related documentation
Update documentation and code comments which mention Python 2.
This commit is contained in:
@@ -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).
|
||||
|
||||
|
||||
@@ -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.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user