Hi, I was using the elf builder with a binary from alpine 3.20. Apparently, that binary uses relative relocations (https://github.com/gimli-rs/object/issues/722). The following changes made the builder accept the binary.
I think it's best to add full support for SHT_RELR to the crate instead of trying to do a minimal patch for the build/elf. I've started working on this.
Hi, I was using the elf builder with a binary from alpine 3.20. Apparently, that binary uses relative relocations (https://github.com/gimli-rs/object/issues/722). The following changes made the builder accept the binary.