From 86effec1a2d8a276fb9f861e0dbb84b7076188ea Mon Sep 17 00:00:00 2001 From: Yacine <16624109+yelhamer@users.noreply.github.com> Date: Wed, 23 Aug 2023 08:49:36 +0300 Subject: [PATCH] capa/rules/__init__.py: merge features from small scopes into larger ones Co-authored-by: Willi Ballenthin --- capa/rules/__init__.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/capa/rules/__init__.py b/capa/rules/__init__.py index 92e0aa56..e06141e3 100644 --- a/capa/rules/__init__.py +++ b/capa/rules/__init__.py @@ -199,10 +199,6 @@ SUPPORTED_FEATURES: Dict[str, Set] = { }, PROCESS_SCOPE: { capa.features.common.MatchedRule, - capa.features.common.String, - capa.features.common.Substring, - capa.features.common.Regex, - capa.features.common.Characteristic("embedded pe"), }, THREAD_SCOPE: set(), CALL_SCOPE: {