aclements / libelfin

C++11 ELF/DWARF parser
MIT License
318 stars 98 forks source link

using DW_AT_ranges #28

Open finixbit opened 6 years ago

finixbit commented 6 years ago

Using DW_AT_ranges when DW_AT_high_pc and DW_AT_low_pc is not available in a compilation unit. We should use the DW_AT_ranges attribute to determine which addresses are contained in a compilation unit.