Parse PT_NOTE segment and expose it with the new '-n' option to readelf.
authorAlex Deymo <deymo@chromium.org>
Sun, 17 Aug 2014 20:15:46 +0000 (13:15 -0700)
committerAlex Deymo <deymo@chromium.org>
Thu, 21 Aug 2014 16:46:53 +0000 (09:46 -0700)
commit4228ea065543ceaf4c8e679af2c7323d1bb12043
tree5f4b3b5a6ea75dd69112cde70a889448682fa710
parent02f3569fa349f4707bafa6156e6b4fc701e31ed4
Parse PT_NOTE segment and expose it with the new '-n' option to readelf.

The PT_NOTE segment includes a list of notes with a header, name and
description. GNU ld includes in this segment the GNU build-id and GNU
ABI version information.

The '-n' or '--notes' option to readelf displays the notes contained
in the ELF file.
elftools/common/utils.py
elftools/elf/descriptions.py
elftools/elf/elffile.py
elftools/elf/enums.py
elftools/elf/segments.py
elftools/elf/structs.py
scripts/readelf.py
test/run_readelf_tests.py