aclements / libelfin

C++11 ELF/DWARF parser
MIT License
314 stars 99 forks source link

dwarf 5 support #76

Open simpzan opened 1 year ago

simpzan commented 1 year ago

This is a great lib to parse ELF. Currently it doesn't support dwarf 5, but newer versions of linux distribution are already using dwarf 5. It should be great to add support for dwarf 5. Thanks!

osalbahr commented 8 months ago

FYI, the following PR exists for this purpose:

You might want to switch to using the fork.

Starkeus commented 8 months ago

Why is it partial? I tried parsing my ELF file, and I don't think the parse happened.