mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -08:00
Update Binary Ninja version to 4.2 (#2499)
This commit is contained in:
committed by
Willi Ballenthin
parent
7c01712843
commit
ca7580d417
@@ -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)
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user