mirror of
https://github.com/mandiant/capa.git
synced 2026-02-04 11:07:53 -08:00
Revert "fix: temporarily accept x32/x64 flavors but ignore (#1014)"
This reverts commit daf483309e.
This commit is contained in:
@@ -264,13 +264,6 @@ def parse_feature(key: str):
|
||||
return capa.features.insn.Number
|
||||
elif key == "offset":
|
||||
return capa.features.insn.Offset
|
||||
# TODO remove x32/x64 flavor keys once fixed master/rules
|
||||
elif key.startswith("number/"):
|
||||
logger.warning("x32/x64 flavor currently not supported and deprecated")
|
||||
return capa.features.insn.Number
|
||||
elif key.startswith("offset/"):
|
||||
logger.warning("x32/x64 flavor currently not supported and deprecated")
|
||||
return capa.features.insn.Offset
|
||||
elif key == "mnemonic":
|
||||
return capa.features.insn.Mnemonic
|
||||
elif key == "basic blocks":
|
||||
|
||||
Reference in New Issue
Block a user