Method

GumStalkerIteratorget_memory_access

Declaration [src]

GumMemoryAccess
gum_stalker_iterator_get_memory_access (
  GumStalkerIterator* self
)

Description [src]

Reports whether it is safe to insert instrumentation at the current position. Within an exclusive load/store sequence the access is reported as restricted, letting a transformer avoid inserting callouts that would clobber the exclusive monitor and break the sequence.

Return value

Type: GumMemoryAccess

The memory access restriction at the current instruction.