Update Binary Ninja version to 4.2 (#2499)

This commit is contained in:
Xusheng
2024-11-21 11:29:11 +08:00
committed by Willi Ballenthin
parent 7c01712843
commit ca7580d417
2 changed files with 2 additions and 1 deletions

View File

@@ -37,6 +37,7 @@
### Development ### Development
- CI: use macos-13 since macos-12 is deprecated and will be removed on December 3rd, 2024 #2173 @mr-tz - CI: use macos-13 since macos-12 is deprecated and will be removed on December 3rd, 2024 #2173 @mr-tz
- CI: update Binary Ninja version to 4.2 #2499 @xusheng6
### Raw diffs ### Raw diffs
- [capa v7.4.0...master](https://github.com/mandiant/capa/compare/v7.4.0...master) - [capa v7.4.0...master](https://github.com/mandiant/capa/compare/v7.4.0...master)

View File

@@ -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") @pytest.mark.skipif(binja_present is False, reason="Skip binja tests if the binaryninja Python API is not installed")
def test_binja_version(): def test_binja_version():
version = binaryninja.core_version_info() version = binaryninja.core_version_info()
assert version.major == 4 and version.minor == 1 assert version.major == 4 and version.minor == 2