Skip to content

Commit

Permalink
stalker-arm: implement empty put_chaining_return
Browse files Browse the repository at this point in the history
  • Loading branch information
s1341 committed Feb 13, 2024
1 parent ca3de36 commit 657af6e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions gum/backend-arm/gumstalker-arm.c
Original file line number Diff line number Diff line change
Expand Up @@ -2581,6 +2581,18 @@ gum_stalker_iterator_keep (GumStalkerIterator * self)
gum_stalker_iterator_arm_keep (self);
}

void
gum_stalker_iterator_put_chaining_return (GumStalkerIterator * self)
{
// GumExecBlock * block = self->exec_block;
// GumGeneratorContext * gc = self->generator_context;

// 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_X30);
}

GumMemoryAccess
gum_stalker_iterator_get_memory_access (GumStalkerIterator * self)
{
Expand Down

0 comments on commit 657af6e

Please sign in to comment.