eliben / pyelftools

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

Fix for mixed version loclists #521

Closed sevaa closed 10 months ago

sevaa commented 10 months ago

Up until now, we didn't have a binary in the corpus with both debug_loc and debug_loclists section. We will now.

I'd add the mixed binary to the readelf tests section too, but location dumping in GNU readelf is in flux right now. When/if we update to the latest published readelf, we might. My last PR to readelf (binutils-gdb) landed on Nov 10 2023, and their last numbered release was in Aug 2023.

This addresses #519.