eliben / pyelftools

Parsing ELF and DWARF in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SHT_AMD64_UNWIND missed in _DESCR_SH_TYPE

vmurashev opened this issue · comments

Please check elftools/elf/descriptions.py
key SHT_AMD64_UNWIND is missed in _DESCR_SH_TYPE dict

#559 fixes these, I believe.