Skip to content

Commit

Permalink
Deps: Update safetyhook (fixes rare hook failures)
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Feb 20, 2025
1 parent 4ac4d72 commit 7a0a148
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ FetchContent_MakeAvailable(kananlib)

set(SAFETYHOOK_FETCH_ZYDIS ON)

message(STATUS "Fetching safetyhook (ad44f2a395813183912f02e659235e4033a743e2)...")
message(STATUS "Fetching safetyhook (b62c7356f3e364209a2ae14489550156d7b58b8b)...")
FetchContent_Declare(safetyhook
GIT_REPOSITORY
"https://github.com/praydog/safetyhook"
GIT_TAG
ad44f2a395813183912f02e659235e4033a743e2
b62c7356f3e364209a2ae14489550156d7b58b8b
)
FetchContent_MakeAvailable(safetyhook)

Expand Down
2 changes: 1 addition & 1 deletion cmake.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ tag = "7ceca3f80a1ec4f89b613afb3f5b41832766609e"

[fetch-content.safetyhook]
git = "https://github.com/praydog/safetyhook"
tag = "ad44f2a395813183912f02e659235e4033a743e2"
tag = "b62c7356f3e364209a2ae14489550156d7b58b8b"
cmake-before="""
set(SAFETYHOOK_FETCH_ZYDIS ON)
"""
Expand Down

0 comments on commit 7a0a148

Please sign in to comment.