Seva Alekseyev (he/him)

Results 108 comments of Seva Alekseyev (he/him)

Can't reproduce on pyelftools 0.29, as packaged with DWARF Explorer. Parses and shows all DIEs. What is the parsing code on your end? Also, this is definitely not the same...

Update: a version of that logic found its way into pyelftools proper. See `describe_cpp_datatype` in `elftools/dwarf/datatype_cpp`. It was tested on the small corpus of binaries that we have. Needless say,...

Now that makes sense. The problem *is* tied to the original issue in the sense that `DW_FORM_indirect` DIE attributes have, essentially, two forms - `indirect` that it's stored with, and...

https://github.com/eliben/pyelftools/pull/475 should address that. @0xC0DED00D can you please make and share a test binary with DW_FORM_indirect as a test case for it?

That file is fine, I think. Short and sweet.

Well, the ability to parse `.ARM.attributes` has been in the library for a while, so barring a more definitive answer I'd suggest this issue has been fixed...