>Take a a.out executable and convert it to a hex dump of the memory it will
>occupy (once loaded) and then transfer it across to the machine, and jump to
>the base location.
>
>How can I do the expanding bit? Are the tools out there already? Or do I
>have to code it myself?

GNU objcopy might do the conversion for you, it understands lots of
formats.

Reply via email to