eliben / pyelftools

Parsing ELF and DWARF in Python
Other
1.99k stars 507 forks source link

SHT_AMD64_UNWIND missed in _DESCR_SH_TYPE #558

Closed vmurashev closed 4 months ago

vmurashev commented 4 months ago

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

eliben commented 4 months ago

559 fixes these, I believe.