Method

GumStalkerIteratorkeep

Declaration [src]

void
gum_stalker_iterator_keep (
  GumStalkerIterator* self
)

Description [src]

Emits the current instruction — the one most recently returned by gum_stalker_iterator_next() — unchanged into the recompiled block. A transformer that wants to preserve an instruction must call this; skipping it drops the instruction from the output.