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