Update capa/main.py

Co-authored-by: Moritz <mr-tz@users.noreply.github.com>
This commit is contained in:
Willi Ballenthin
2021-08-23 08:54:43 -06:00
committed by GitHub
parent b6ab12d3c1
commit a90e93e150

View File

@@ -999,7 +999,7 @@ def main(argv=None):
return -1
except UnsupportedArchError:
logger.error("-" * 80)
logger.error(" Input file does not appear to be target the x86 architecture.")
logger.error(" Input file does not appear to target a supported architecture.")
logger.error(" ")
logger.error(" capa currently only supports analyzing x86 (32- and 64-bit).")
logger.error("-" * 80)