ELF: Add `get_symbol_by_name` functionality.
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 24 Nov 2014 03:26:41 +0000 (14:26 +1100)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 27 Dec 2014 22:21:02 +0000 (09:21 +1100)
commit46ae4bd3a5f7b0e355913b3497f0e96ac2778ef5
tree9a0f193e7a37e6a5b881135d0c03fb8ecd467505
parent32e420e9440ed533a3ffff1cb6e87ae7baf716bc
ELF: Add `get_symbol_by_name` functionality.

This commit implements the equivalent of `get_section_by_name` for symbols for
ELF files.
elftools/elf/sections.py
test/test_get_symbol_by_name.py [new file with mode: 0644]