I\'ve tried the following, but the resulting file is still an ELF and not purely the section content.
$ objcopy --only-section= &l
Dump all sections in separate files.
readelf -a filename|grep "NULL\|LOAD"| (x=0;while read a;do echo "$x $a"|awk '{print "dd if=143 of=filename.section."$1" bs=1 skip=$((" $3")) count=$(("$6"))"}';let x=x+1;done)|bash