objcopy is a tool that uses the GNU BFD library that is used to modify several binary formats: ELF, COFF, a.out, PE, SREC, …
It can copy data between files, strip debugging symbols, convert formats, and do various manipulations to the underlying files.
objcopy is useful for debugging, malware analysis, binary analysis, reverse engineering, and developing software related to these file formats.