mirror of
https://github.com/mandiant/capa.git
synced 2026-02-05 03:16:56 -08:00
Merge pull request #1072 from mandiant/revert-1014-fix/temp-accept-x32-x64-but-ignore
Revert "fix: temporarily accept x32/x64 flavors but ignore"
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