diff --git a/capa/ida/helpers/__init__.py b/capa/ida/helpers/__init__.py index ab91baec..17744ebb 100644 --- a/capa/ida/helpers/__init__.py +++ b/capa/ida/helpers/__init__.py @@ -23,6 +23,7 @@ SUPPORTED_IDA_VERSIONS = [ "7.3", "7.4", "7.5", + "7.6", ] # file type names as returned by idaapi.get_file_type_name()