get_string of StringTableSection return ascii-decoded strings now
authorJaySon-Huang <jayson.hjs@gmail.com>
Sun, 10 May 2015 17:30:49 +0000 (01:30 +0800)
committerJaySon-Huang <jayson.hjs@gmail.com>
Wed, 3 Jun 2015 13:52:48 +0000 (21:52 +0800)
commit108eaea9e75a8b5a1bef46b8ec6224145ac6668d
treeae05d38651a24d0d9ab0766f381219be6f922b30
parentb975892c2ef9167b890d1bc0684e0ba8b3e125fd
get_string of StringTableSection return ascii-decoded strings now

fix bugs
13 files changed:
elftools/elf/dynamic.py
elftools/elf/elffile.py
elftools/elf/relocation.py
elftools/elf/sections.py
elftools/elf/segments.py
examples/elf_low_high_api.py
examples/elf_relocations.py
examples/elf_show_debug_sections.py
scripts/readelf.py
test/test_double_dynstr_section.py
test/test_get_symbol_by_name.py
test/test_gnuversions.py
test/test_solaris_support.py