mirror of
https://github.com/mandiant/capa.git
synced 2026-02-04 19:12:01 -08:00
rules/__init__.py: remove redundant HBI features
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user