// The Elf* structures below are derived from the document // Linux Extensions to gABI (https://github.com/hjl-tools/linux-abi/wiki). // Essentially, these types would be defined in <elf.h>, but this is not // the case at the moment.
// Representation of the .note.gnu.property section found in the segment // with p_type = PT_GNU_PROPERTY. class GnuPropertySection { public:
GnuPropertySection(){}; explicit GnuPropertySection(const soinfo* si);
GnuPropertySection(const ElfW(Phdr)* phdr, size_t phdr_count, const ElfW(Addr) load_bias, constchar* name);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.