Method

GumDarwinGrafteradd

Declaration [src]

void
gum_darwin_grafter_add (
  GumDarwinGrafter* self,
  guint32 code_offset
)

Description [src]

Adds code_offset to the set of locations that will receive a grafted trampoline. The offset is relative to the start of the Mach-O image.

Parameters

code_offset

Type: guint32

File offset of the instruction to reserve a trampoline for.