Fix - ELFFile#address_offsets should consider PT_LOAD only (#159)
authordavid942j <david942j@users.noreply.github.com>
Fri, 13 Oct 2017 02:56:29 +0000 (10:56 +0800)
committerEli Bendersky <eliben@users.noreply.github.com>
Fri, 13 Oct 2017 02:56:29 +0000 (19:56 -0700)
commite3e73ccc967c77f283362e2381ba09224ce24ac7
tree65c4a9254a970b5eb295978169b8c882d971ba89
parent5195f2cdd5e7d589215988a5fe6159b0f9b2695b
Fix - ELFFile#address_offsets should consider PT_LOAD only (#159)

* fix - ELFFile#address_offsets should consider PT_LOAD only
elftools/elf/elffile.py
test/test_elffile.py