mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -08:00
test_rules_insn_scope.py: update rules missing the dynamic scope
This commit is contained in:
@@ -22,6 +22,7 @@ def test_rule_scope_instruction():
|
||||
name: test rule
|
||||
scopes:
|
||||
static: instruction
|
||||
dynamic: unsupported
|
||||
features:
|
||||
- and:
|
||||
- mnemonic: mov
|
||||
@@ -40,6 +41,7 @@ def test_rule_scope_instruction():
|
||||
name: test rule
|
||||
scopes:
|
||||
static: instruction
|
||||
dynamic: unsupported
|
||||
features:
|
||||
- characteristic: embedded pe
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user