Method

GumStalkerIteratornext

Declaration [src]

gboolean
gum_stalker_iterator_next (
  GumStalkerIterator* self,
  const cs_insn** insn
)

Description [src]

Advances the iterator to the next instruction.

Parameters

insn

Type: const cs_insn**

Return location for a pointer to the next instruction, or NULL.

The argument will be set by the function.
The argument can be set to NULL by the method.
The argument can be NULL.
The returned data is owned by the instance.

Return value

Type: gboolean

TRUE if there is a next instruction, else FALSE.