Struct
GumChainedImportAddend64
Description
struct GumChainedImportAddend64 {
guint64 lib_ordinal : 16;
guint64 weak_import : 1;
guint64 reserved : 15;
guint64 name_offset : 32;
guint64 addend;
}
No description available.
Structure members
lib_ordinal:guint64No description available.
weak_import:guint64No description available.
reserved:guint64No description available.
name_offset:guint64No description available.
addend:guint64No description available.