From 376d1736a8f9de28e76c739c448ada2fb4fcb5a7 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 23 Dec 2021 22:39:43 +0000 Subject: Optimize AARCH64 inline assembly --- frida_mode/src/instrument/instrument.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frida_mode/src/instrument/instrument.c') diff --git a/frida_mode/src/instrument/instrument.c b/frida_mode/src/instrument/instrument.c index e3f3717e..bf102a82 100644 --- a/frida_mode/src/instrument/instrument.c +++ b/frida_mode/src/instrument/instrument.c @@ -32,7 +32,7 @@ char * instrument_coverage_unstable_filename = NULL; static GumStalkerTransformer *transformer = NULL; -__thread guint64 instrument_previous_pc = 0; +__attribute__((aligned(0x1000))) __thread guint64 instrument_previous_pc = 0; static GumAddress previous_rip = 0; static GumAddress previous_end = 0; -- cgit 1.4.1