Revert "removed redundant HBI features"

This reverts commit c88f859dae.
This commit is contained in:
Yacine Elhamer
2023-06-19 23:55:22 +01:00
parent 624151c3f7
commit 33de609560

View File

@@ -261,6 +261,12 @@ 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":