Method

FridaBareboneImageConfigadd_symbol

Declaration

void
frida_barebone_image_config_add_symbol (
  FridaBareboneImageConfig* self,
  const gchar* name,
  guint64 address
)

Description [src]

Adds a symbol that the image itself doesn’t provide.

Parameters

name

Type: const gchar*

The symbol’s name.

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

Type: guint64

The symbol’s address, relative to the image’s base.