This commit is contained in:
Loic Gelle 2017-06-23 14:09:17 -07:00
parent 557b374004
commit 2534b854b3

View File

@ -171,7 +171,6 @@ func extractSectionDarwin(ea ExtractingArgs) (contents []string) {
}
func extractSectionUnix(ea ExtractingArgs) (contents []string) {
// TODO CORRECT -D to -w
cmd := exec.Command("objcopy", "--dump-section", ELF_SECTION_NAME + "=/dev/stdout", ea.InputFile)
out, err := cmd.Output()
if err != nil {