Better support for core dumps (in particular, fix issue #93) (#147)
authorMax Akhmedov <zlobober@users.noreply.github.com>
Sun, 2 Jul 2017 16:06:16 +0000 (19:06 +0300)
committerEli Bendersky <eliben@users.noreply.github.com>
Sun, 2 Jul 2017 16:06:16 +0000 (09:06 -0700)
commit5128b7a3306d98c90659fb4179e75d8e6e2f1eeb
tree1d2a69baa650628db46388290bcf9f0a805bee93
parentb6caf7cd2fbb3a236d7fc0ccebf74584c4642986
Better support for core dumps (in particular, fix issue #93) (#147)

* Better support for core dumps (in particular, fix notes issue)

* Fix readelf.py for python3.

* Edits after code review. Introduce structure for NT_PRPSINFO. Add unittest.
elftools/elf/elffile.py
elftools/elf/enums.py
elftools/elf/notes.py
elftools/elf/structs.py
scripts/readelf.py
test/run_readelf_tests.py
test/test_core_notes.py [new file with mode: 0644]
test/testfiles_for_readelf/core_simple64.elf [new file with mode: 0644]
test/testfiles_for_unittests/core_linux64.elf [new file with mode: 0644]
test/utils.py