travitch / build-bom

Dynamically discover the commands used to create a piece of software
Apache License 2.0
45 stars 8 forks source link

Use a library interface for ELF rewriting #40

Open travitch opened 1 year ago

travitch commented 1 year ago

Currently, build-bom shells out to objcopy to insert bitcode into binaries and to read it out. It would be nice to use the object crate instead to reduce run-time dependencies.