From e22113c20daa3c166ec7be9764dc53dde6cf67cb Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Tue, 23 Mar 2021 08:43:33 -0600 Subject: [PATCH] ida: support 7.6 closes #496 --- capa/ida/helpers/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/capa/ida/helpers/__init__.py b/capa/ida/helpers/__init__.py index 020483f9..17de3b8b 100644 --- a/capa/ida/helpers/__init__.py +++ b/capa/ida/helpers/__init__.py @@ -24,6 +24,7 @@ SUPPORTED_IDA_VERSIONS = [ "7.3", "7.4", "7.5", + "7.6", ] # file type names as returned by idaapi.get_file_type_name()