Interface

GumUnwindSectionsProvider

Description

interface Gum.UnwindSectionsProvider : GObject.Object

No description available.

Prerequisite

In order to implement UnwindSectionsProvider, your type must inherit fromGObject.

Instance methods

gum_unwind_sections_provider_fill
No description available.

gum_unwind_sections_provider_get_range
No description available.

Interface structure

struct GumUnwindSectionsProviderInterface {
  GTypeInterface parent;
  const GumMemoryRange* (* get_range) (
    GumUnwindSectionsProvider* self
  );
  gboolean (* fill) (
    GumUnwindSectionsProvider* self,
    GumAddress address,
    gpointer info
  );
  
}

No description available.

Interface members
parent
GTypeInterface
 

No description available.

get_range
const GumMemoryRange* (* get_range) (
    GumUnwindSectionsProvider* self
  )
 

No description available.

fill
gboolean (* fill) (
    GumUnwindSectionsProvider* self,
    GumAddress address,
    gpointer info
  )
 

No description available.

Virtual methods

Gum.UnwindSectionsProvider.fill
No description available.

Gum.UnwindSectionsProvider.get_range
No description available.