Merge remote-tracking branch 'parentrepo/dynamic-feature-extraction' into sync-1657

This commit is contained in:
Yacine Elhamer
2023-07-20 09:33:48 +01:00
47 changed files with 1782 additions and 210 deletions

View File

@@ -20,7 +20,9 @@ def test_rule_scope_instruction():
rule:
meta:
name: test rule
scope: instruction
scopes:
static: instruction
dynamic: dev
features:
- and:
- mnemonic: mov
@@ -37,7 +39,9 @@ def test_rule_scope_instruction():
rule:
meta:
name: test rule
scope: instruction
scopes:
static: instruction
dynamic: dev
features:
- characteristic: embedded pe
"""
@@ -54,7 +58,9 @@ def test_rule_subscope_instruction():
rule:
meta:
name: test rule
scope: function
scopes:
static: function
dynamic: dev
features:
- and:
- instruction:
@@ -83,7 +89,9 @@ def test_scope_instruction_implied_and():
rule:
meta:
name: test rule
scope: function
scopes:
static: function
dynamic: dev
features:
- and:
- instruction:
@@ -102,7 +110,9 @@ def test_scope_instruction_description():
rule:
meta:
name: test rule
scope: function
scopes:
static: function
dynamic: dev
features:
- and:
- instruction:
@@ -120,7 +130,9 @@ def test_scope_instruction_description():
rule:
meta:
name: test rule
scope: function
scopes:
static: function
dynamic: dev
features:
- and:
- instruction: