Displaying 1 result from an estimated 1 matches for "b649149f".
2015 Aug 25
3
Modifying objects with MC
Hi,
I've been trying to write a tool that reads in an ELF file and modifies
one section within that ELF file based on the data contained within
another section. Using llvm-objdump as a template of how to read an
object file, I've been able to read the latter section that tells me
what to edit, but I haven't found a way to edit the former, as
everything in the