Skip to content

Commit

Permalink
tests: add feature tests for #246
Browse files Browse the repository at this point in the history
  • Loading branch information
williballenthin authored and mr-tz committed Sep 2, 2020
1 parent f0f958b commit 2bc1a7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,8 @@ def parametrize(params, values, **kwargs):
("mimikatz", "file", capa.features.file.Import("#11"), False),
("mimikatz", "file", capa.features.file.Import("#nope"), False),
("mimikatz", "file", capa.features.file.Import("nope"), False),
("mimikatz", "file", capa.features.file.Import("advapi32.CryptAcquireContextW"), True),
("mimikatz", "file", capa.features.file.Import("advapi32.CryptAcquireContext"), True),
# function/characteristic(loop)
("mimikatz", "function=0x401517", capa.features.Characteristic("loop"), True),
("mimikatz", "function=0x401000", capa.features.Characteristic("loop"), False),
Expand Down

0 comments on commit 2bc1a7c

Please sign in to comment.