objcopy --dump-section .data=elf.data elf
objcopy --update-section .data=elf.data elf
headers
llvm-objcopy --strip-sections
Seonglae Cho
Seonglae Choobjcopy --dump-section .data=elf.data elf
objcopy --update-section .data=elf.data elf
llvm-objcopy --strip-sections