Function

Gummemory_read

Declaration [src]

guint8*
gum_memory_read (
  gconstpointer address,
  gsize len,
  gsize* n_bytes_read
)

Description

No description available.

Parameters

address

Type: gconstpointer

No description available.

The argument can be NULL.
The data is owned by the caller of the function.
len

Type: gsize

No description available.

n_bytes_read

Type: gsize*

No description available.

The data is owned by the caller of the function.

Return value

Type: guint8*

No description available.

The data is owned by the called function.