eliben / pyelftools

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

DW_FORM_implicit_const is an integer const #547

Closed sevaa closed 5 months ago

sevaa commented 5 months ago

This came up while investigating #545. data_member_location can be either an expression or a constant. readelf.py needs to distinguish the two in order to dump correctly.