tests: fix COM tests with dynamic scope

This commit is contained in:
Willi Ballenthin
2023-10-19 10:04:26 +00:00
parent 8b0ba1e656
commit 3519125e03
2 changed files with 6 additions and 1 deletions

View File

@@ -410,7 +410,9 @@ def test_com_feature_matching(z395eb_extractor):
rule:
meta:
name: initialize IWebBrowser2
scope: basic block
scopes:
- static: basic block
- dynamic: unsupported
features:
- and:
- api: ole32.CoCreateInstance

View File

@@ -1540,6 +1540,9 @@ def test_translate_com_features():
rule:
meta:
name: test rule
scopes:
static: basic block
dynamic: call
features:
- com/class: WICPngDecoder
# 389ea17b-5078-4cde-b6ef-25c15175c751 WICPngDecoder