A quick question about elf file headers, I can\'t seem to find anything useful on how to add/change fields in the elf header. I\'d like to be able to change the magic numbers an
In Linux Console:
$ man ld
$ ld --verbose
HTH