implement detour_transaction_begin

This commit is contained in:
Lysann Tranvouez 2025-09-28 00:37:03 +02:00
parent c0975230fe
commit d80ec89490
8 changed files with 231 additions and 6 deletions

View file

@ -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
)