From ef999ed95478b21bf8f4e0151c259d864d3cbdd0 Mon Sep 17 00:00:00 2001 From: Yacine Elhamer Date: Mon, 19 Jun 2023 23:56:10 +0100 Subject: [PATCH] rules/__init__.py: remove redundant HBI features --- capa/rules/__init__.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/capa/rules/__init__.py b/capa/rules/__init__.py index 01908790..64fd7e37 100644 --- a/capa/rules/__init__.py +++ b/capa/rules/__init__.py @@ -261,12 +261,6 @@ def parse_feature(key: str): return capa.features.common.StringFactory elif key == "substring": return capa.features.common.Substring - elif key == "registry": - return capa.features.common.Registry - elif key == "filename": - return capa.features.common.Filename - elif key == "mutex": - return capa.features.common.Mutex elif key == "bytes": return capa.features.common.Bytes elif key == "number":