implement detour_transaction_begin
This commit is contained in:
parent
c0975230fe
commit
d80ec89490
8 changed files with 231 additions and 6 deletions
|
|
@ -6,4 +6,6 @@ set(CMAKE_C_STANDARD 23)
|
|||
add_library(mach_detours SHARED
|
||||
mach_detours.c
|
||||
mach_detours.h
|
||||
arm64/detours_arm64.h
|
||||
detours_internal.h
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue