From d80ec894900f66567137ae5363c717a38dbb8c06 Mon Sep 17 00:00:00 2001 From: Lysann Tranvouez Date: Sun, 28 Sep 2025 00:37:03 +0200 Subject: [PATCH] implement detour_transaction_begin --- .idea/codeStyles/Project.xml | 18 +++++ .idea/codeStyles/codeStyleConfig.xml | 5 ++ .idea/editor.xml | 10 +++ CMakeLists.txt | 2 + arm64/detours_arm64.h | 53 ++++++++++++++ detours_internal.h | 18 +++++ mach_detours.c | 104 +++++++++++++++++++++++++-- mach_detours.h | 27 ++++++- 8 files changed, 231 insertions(+), 6 deletions(-) create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/codeStyles/codeStyleConfig.xml create mode 100644 arm64/detours_arm64.h create mode 100644 detours_internal.h diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..0fd9b90 --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,18 @@ + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..79ee123 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/editor.xml b/.idea/editor.xml index ead1d8a..0844927 100644 --- a/.idea/editor.xml +++ b/.idea/editor.xml @@ -244,5 +244,15 @@