Skip to content

Commit

Permalink
safetyhook: Pull from my custom fork
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Dec 15, 2023
1 parent cc85ece commit 6503b1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ FetchContent_MakeAvailable(kananlib)

set(SAFETYHOOK_FETCH_ZYDIS ON)

message(STATUS "Fetching safetyhook (d0b3e864a7246d530d22818b7707af879c0ebd1e)...")
message(STATUS "Fetching safetyhook (8e37ec0cecaccdf7f373423dfef6bbbc3d59fe7a)...")
FetchContent_Declare(safetyhook
GIT_REPOSITORY
"https://github.com/cursey/safetyhook"
"https://github.com/praydog/safetyhook"
GIT_TAG
d0b3e864a7246d530d22818b7707af879c0ebd1e
8e37ec0cecaccdf7f373423dfef6bbbc3d59fe7a
)
FetchContent_MakeAvailable(safetyhook)

Expand Down
4 changes: 2 additions & 2 deletions cmake.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ git = "https://github.com/cursey/kananlib"
tag = "ba66ffaeecfd201ac66310ddf0a4a98140f1441f"

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

0 comments on commit 6503b1c

Please sign in to comment.