diff options
| author | Your Name <you@example.com> | 2022-10-11 18:15:51 +0100 |
|---|---|---|
| committer | Your Name <you@example.com> | 2022-10-11 18:15:51 +0100 |
| commit | fac6491ad0bbaee078352990eeb708d82aa412e3 (patch) | |
| tree | 5a100fdcdd4df1041f1ab647086c8411b547757d /frida_mode/src/ctx | |
| parent | 4bb4d6ebfdbbdc1ceb6ebf66474180a5e9020ed3 (diff) | |
| download | afl++-fac6491ad0bbaee078352990eeb708d82aa412e3.tar.gz | |
Bump FRIDA version
Diffstat (limited to 'frida_mode/src/ctx')
| -rw-r--r-- | frida_mode/src/ctx/ctx_arm32.c | 2 |
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"); } |
