Virtual Method

GumCModuleadd_symbol

Declaration [src]

void
add_symbol (
  GumCModule* cm,
  const gchar* name,
  gconstpointer value
)

Description

No description available.

Parameters

name

Type: const gchar*

No description available.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
value

Type: gconstpointer

No description available.

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