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
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