Re: Embedding ELFs, Using objcopy and/or xdd

2008-11-20 Thread Nick Clifton
Hi mondialeeer, I am currently trying to embed an ELF into a larger ELF that will manage this ELF (boostrap it and execute it). Do you know about the ".incbin" assembler pseudo op which allows you to insert an arbitrary file into a section ? You could use this to embed your small ELF execut

Embedding ELFs, Using objcopy and/or xdd

2008-11-18 Thread mondialeeer
I am currently trying to embed an ELF into a larger ELF that will manage this ELF (boostrap it and execute it). Extra information is inserted when trying to embed an ELF into a larger ELF. This extra info makes the "start" and "end" labels useless if code in the larger ELF would like to jump to