mirror of
https://github.com/mandiant/capa.git
synced 2026-01-06 17:53:59 -08:00
Update Binary Ninja version to 4.2 (#2499)
This commit is contained in:
committed by
Willi Ballenthin
parent
7c01712843
commit
ca7580d417
@@ -63,4 +63,4 @@ def test_standalone_binja_backend():
|
||||
@pytest.mark.skipif(binja_present is False, reason="Skip binja tests if the binaryninja Python API is not installed")
|
||||
def test_binja_version():
|
||||
version = binaryninja.core_version_info()
|
||||
assert version.major == 4 and version.minor == 1
|
||||
assert version.major == 4 and version.minor == 2
|
||||
|
||||
Reference in New Issue
Block a user