Skip to content

Commit

Permalink
stalker-arm64: use X30 instead of LR
Browse files Browse the repository at this point in the history
  • Loading branch information
s1341 committed Feb 13, 2024
1 parent 5947fcd commit ca3de36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gum/backend-arm64/gumstalker-arm64.c
Original file line number Diff line number Diff line change
Expand Up @@ -2958,7 +2958,7 @@ gum_stalker_iterator_put_chaining_return (GumStalkerIterator * self)
if ((block->ctx->sink_mask & GUM_RET) != 0)
gum_exec_block_write_ret_event_code (block, gc, GUM_CODE_INTERRUPTIBLE);

gum_exec_block_write_chaining_return_code (block, gc, ARM64_REG_LR);
gum_exec_block_write_chaining_return_code (block, gc, ARM64_REG_X30);
}

GumMemoryAccess
Expand Down

0 comments on commit ca3de36

Please sign in to comment.