From e04585377a48bbc2e9f9353f75f8d4c7b7d17f6c Mon Sep 17 00:00:00 2001 From: Lysann Tranvouez Date: Mon, 29 Sep 2025 23:36:09 +0200 Subject: [PATCH] copy disasm for internal_detour_copy_instruction --- .idea/codeStyles/Project.xml | 1 - CMakeLists.txt | 8 +- src/arm64/detours_arm64_disasm.cpp | 674 +++++++++++++++++++++++++++++ src/detours_disasm.h | 20 + src/mach_detours.c | 3 +- 5 files changed, 702 insertions(+), 4 deletions(-) create mode 100644 src/arm64/detours_arm64_disasm.cpp create mode 100644 src/detours_disasm.h diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index c96d19c..9da4f9c 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -7,7 +7,6 @@