elfedit-2.d 257 B

12345678910111213141516
  1. #PROG: elfedit
  2. #elfedit: --output-type exec
  3. #source: empty.s
  4. #readelf: -h
  5. #name: Update ELF header 2
  6. #target: *-*-linux* *-*-gnu*
  7. #...
  8. ELF Header:
  9. Magic: 7f 45 4c 46 .*
  10. #...
  11. Version:[ \t]+1 \(current\)
  12. #...
  13. Type:[ \t]+EXEC \(Executable file\)
  14. #...