about summary refs log tree commit diff
path: root/frida_mode/src/complog/complog_arm64.c
diff options
context:
space:
mode:
Diffstat (limited to 'frida_mode/src/complog/complog_arm64.c')
-rw-r--r--frida_mode/src/complog/complog_arm64.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/frida_mode/src/complog/complog_arm64.c b/frida_mode/src/complog/complog_arm64.c
new file mode 100644
index 00000000..e4dbf322
--- /dev/null
+++ b/frida_mode/src/complog/complog_arm64.c
@@ -0,0 +1,15 @@
+#include "frida-gum.h"
+
+#include "debug.h"
+
+#include "complog.h"
+
+#if defined(__i386__)
+void complog_instrument(const cs_insn *instr, GumStalkerIterator *iterator) {
+
+  FATAL("Complog mode not supported on this architecture");
+
+}
+
+#endif
+