Add .stab section parser (#137)
authorPromyLOPh <lars@6xq.net>
Sat, 25 Feb 2017 15:50:52 +0000 (16:50 +0100)
committerEli Bendersky <eliben@users.noreply.github.com>
Sat, 25 Feb 2017 15:50:52 +0000 (07:50 -0800)
commitd65ab038fa662f0d588f881a0733f365c43f365d
treefea191efee7df7dc6c7cab9a477c89e71f39e804
parent5533fd4c59c0e4560cbc979a7174e1f788d00ba9
Add .stab section parser (#137)

* Add .stab section parser

* Replace tabs with spaces

* Add unit test for stabs parser
elftools/elf/elffile.py
elftools/elf/sections.py
elftools/elf/structs.py
test/test_stab.py [new file with mode: 0644]
test/testfiles_for_unittests/obj_stabs.S [new file with mode: 0644]
test/testfiles_for_unittests/obj_stabs.elf [new file with mode: 0644]