Skip to content

Commit

Permalink
Update kananlib again to handle indirect calls/jmps
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Jun 14, 2023
1 parent 71af723 commit 3c06f13
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 @@ -62,12 +62,12 @@ FetchContent_Declare(bddisasm
)
FetchContent_MakeAvailable(bddisasm)

message(STATUS "Fetching kananlib (b85618cb7f5ca3c66d9fbaa24fc3ed46bd697bb5)...")
message(STATUS "Fetching kananlib (9464688cf25c2663a75cd995e5dee847b35694e2)...")
FetchContent_Declare(kananlib
GIT_REPOSITORY
"https://github.com/cursey/kananlib"
GIT_TAG
b85618cb7f5ca3c66d9fbaa24fc3ed46bd697bb5
9464688cf25c2663a75cd995e5dee847b35694e2
)
FetchContent_MakeAvailable(kananlib)

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

[fetch-content.kananlib]
git = "https://github.com/cursey/kananlib"
tag = "b85618cb7f5ca3c66d9fbaa24fc3ed46bd697bb5"
tag = "9464688cf25c2663a75cd995e5dee847b35694e2"

[fetch-content.safetyhook]
git = "https://github.com/cursey/safetyhook"
Expand Down

0 comments on commit 3c06f13

Please sign in to comment.