mirror of
https://github.com/mandiant/capa.git
synced 2026-02-04 19:12:01 -08:00
capa/rules/__init__.py: merge features from small scopes into larger ones
Co-authored-by: Willi Ballenthin <wballenthin@google.com>
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user