thanks gnashley, I'm not familiar with XIP, but, as I read on wikipedia:
Quote:
|
In computer science, execute in place (XIP) is a method of executing programs directly from long term storage rather than copying it into RAM. It is an extension of using shared memory to reduce the total amount of memory required.
|
that seems to be the exact opposite of what we need... the matter of this topic is a scenario in which you have an ELF binary loaded in ram (usually on the stack) and we want to execute it, without have to re-write on the disc and, finally launch the file.