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:GumExportTypeThe kind of export.
name:const gchar*Name of the exported symbol.
address:GumAddressAddress of the export.
size:gssizeSize of the export in bytes, or -1 if unknown.