about summary refs log tree commit diff
path: root/frida_mode/src/ctx
diff options
context:
space:
mode:
authorYour Name <you@example.com>2022-10-11 18:15:51 +0100
committerYour Name <you@example.com>2022-10-11 18:15:51 +0100
commitfac6491ad0bbaee078352990eeb708d82aa412e3 (patch)
tree5a100fdcdd4df1041f1ab647086c8411b547757d /frida_mode/src/ctx
parent4bb4d6ebfdbbdc1ceb6ebf66474180a5e9020ed3 (diff)
downloadafl++-fac6491ad0bbaee078352990eeb708d82aa412e3.tar.gz
Bump FRIDA version
Diffstat (limited to 'frida_mode/src/ctx')
-rw-r--r--frida_mode/src/ctx/ctx_arm32.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/frida_mode/src/ctx/ctx_arm32.c b/frida_mode/src/ctx/ctx_arm32.c
index 28fc706b..0e5b25a4 100644
--- a/frida_mode/src/ctx/ctx_arm32.c
+++ b/frida_mode/src/ctx/ctx_arm32.c
@@ -7,6 +7,8 @@
 
 gsize ctx_read_reg(GumArmCpuContext *ctx, arm_reg reg) {
 
+  UNUSED_PARAMETER(ctx);
+  UNUSED_PARAMETER(reg);
   FFATAL("ctx_read_reg unimplemented for this architecture");
 
 }