pyelftools
pyelftools copied to clipboard
Shouldn't DW_FORM_strp values be strings?
On Python3, it's bytes.
Also filenames in the lineprogram header.
parse_cstring_from_stream returns a bytes because that's what we read from the binary file, without encoding. bytes was also convenient in a Python 2/3 split world