mirror of
https://github.com/vee1e/capa.git
synced 2026-09-05 12:47:31 +00:00
Revert "skip test where BN misses the function"
This reverts commit 9ad3f06e1d.
This commit is contained in:
parent
d1f3e43325
commit
d7cf8d1251
1 changed files with 0 additions and 4 deletions
|
|
@ -40,10 +40,6 @@ except ImportError:
|
|||
indirect=["sample", "scope"],
|
||||
)
|
||||
def test_binja_features(sample, scope, feature, expected):
|
||||
# TODO(mr-tz): BinaryNinja does not recognize this function
|
||||
# https://github.com/mandiant/capa/issues/2507
|
||||
if scope.__name__ == "function=0x14004B4F0":
|
||||
pytest.xfail("BinaryNinja does not recognize this function")
|
||||
fixtures.do_test_feature_presence(fixtures.get_binja_extractor, sample, scope, feature, expected)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue