Skip to content

Commit

Permalink
safetyhook: Update custom branch with midhook fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Dec 17, 2023
1 parent 9d99772 commit 71a15c4
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 @@ -74,12 +74,12 @@ FetchContent_MakeAvailable(kananlib)

set(SAFETYHOOK_FETCH_ZYDIS ON)

message(STATUS "Fetching safetyhook (8e37ec0cecaccdf7f373423dfef6bbbc3d59fe7a)...")
message(STATUS "Fetching safetyhook (5a81074882a84ff870da48bc4955addef5ccc6e7)...")
FetchContent_Declare(safetyhook
GIT_REPOSITORY
"https://github.com/praydog/safetyhook"
GIT_TAG
8e37ec0cecaccdf7f373423dfef6bbbc3d59fe7a
5a81074882a84ff870da48bc4955addef5ccc6e7
)
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 @@ -51,7 +51,7 @@ tag = "ba66ffaeecfd201ac66310ddf0a4a98140f1441f"

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

0 comments on commit 71a15c4

Please sign in to comment.