Struct

GumExportDetails

Description [src]

struct GumExportDetails {
  GumExportType type;
  const gchar* name;
  GumAddress address;
  gssize size;
}

Details about an exported symbol, as passed to a GumFoundExportFunc.

Structure members
type: GumExportType

The kind of export.

name: const gchar*

Name of the exported symbol.

address: GumAddress

Address of the export.

size: gssize

Size of the export in bytes, or -1 if unknown.