From cb2d00cefcf233b4503e22e28a952deb3ba63d61 Mon Sep 17 00:00:00 2001 From: Moritz Date: Mon, 10 Jan 2022 19:04:52 +0100 Subject: [PATCH] Update global_.py --- capa/features/extractors/ida/global_.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capa/features/extractors/ida/global_.py b/capa/features/extractors/ida/global_.py index cde43a90..a3ba2c5d 100644 --- a/capa/features/extractors/ida/global_.py +++ b/capa/features/extractors/ida/global_.py @@ -52,5 +52,5 @@ def extract_arch(): # 1. handling a new architecture (e.g. aarch64) # # for (1), this logic will need to be updated as the format is implemented. - logger.debug("unsupported architecture: %s", info.procName) + logger.debug("unsupported architecture: %s", info.procname) return