gimli-rs / object

A unified interface for reading and writing object file formats
https://docs.rs/object/
Apache License 2.0
673 stars 157 forks source link

build/elf: handle .annobin.notes string section #735

Closed philipc closed 1 month ago

philipc commented 1 month ago

Closes #734

javierhonduco commented 1 month ago

Thanks! Confirming that this no longer returns an Err on some test binaries I have tried.

philipc commented 1 month ago

Added a regression test.

javierhonduco commented 1 month ago

Thanks so much! ❤️