Skip to content

Commit

Permalink
Update Binary Ninja API to the latest version (4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
ergrelet committed Apr 5, 2024
1 parent c41d7ea commit 3943585
Show file tree
Hide file tree
Showing 3 changed files with 1,945 additions and 154 deletions.
11 changes: 5 additions & 6 deletions thirdparty/binaryninja-api/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
include(FetchContent)

if(TRITON_BN_BINARYNINJA_CHANNEL STREQUAL "stable")
set(_binexport_binaryninjacore_suffix "_stable")
set(_binexport_binaryninja_git_tag
"919384bb2bb9216e000750a00793549ef7a46d87") # 2023-01-17
set(_triton_bn_binaryninjacore_suffix "_stable")
set(_triton_bn_binaryninja_git_tag "v4.0.4958-stable")
else()
set(_binexport_binaryninjacore_suffix "")
set(_binexport_binaryninja_git_tag
"9d8bc846bd213407fb1a7a19af2a96f17501ac3b") # 2023-02-15
set(_triton_bn_binaryninjacore_suffix "")
set(_triton_bn_binaryninja_git_tag
"68ac3ce7b8442c4a5bcc8259dd1fa156cdcefa03") # 2024-04-05
endif()
FetchContent_Declare(binaryninjaapi
GIT_REPOSITORY https://github.com/Vector35/binaryninja-api.git
Expand Down
Loading

0 comments on commit 3943585

Please sign in to comment.