Class
GumDarwinModule
Description
class Gum.DarwinModule : GObject.Object
{
GumDarwinModuleFiletype filetype,
gchar* name,
gchar* uuid,
gchar* source_version,
GumDarwinPort task,
gboolean is_local,
gboolean is_kernel,
GumCpuType cpu_type,
GumPtrauthSupport ptrauth_support,
gsize pointer_size,
GumAddress base_address,
gchar* source_path,
GBytes* source_blob,
GumDarwinModuleFlags flags,
GumDarwinModuleImage* image,
const GumDyldInfoCommand* info,
const GumSymtabCommand* symtab,
const GumDysymtabCommand* dysymtab,
GumAddress preferred_address,
gpointer segments[],
gpointer text_ranges[],
gsize text_size,
const guint8* rebases,
const guint8* rebases_end,
gpointer rebases_malloc_data,
const guint8* binds,
const guint8* binds_end,
gpointer binds_malloc_data,
const guint8* lazy_binds,
const guint8* lazy_binds_end,
gpointer lazy_binds_malloc_data,
const guint8* exports,
const guint8* exports_end,
gpointer exports_malloc_data,
gpointer dependencies[],
gpointer reexports[]
}
No description available.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.