Running executables of different format on any OS?

The important thing about compatibility is the underlying processor architecture, not Linux vs. OS X vs. Android. If the ELF or . So are compiled for the same processor instruction set, then this can work.

If not, then they are not compatible. For example, if both were built for Linux but different processors, they would not be compatible.

Thanks! That's good news. Do you have any guidelines on an actual implementation?(more precisely, can I use libelf to get for example, a function pointer to some actual code?

I'd also love to have a link to the libelf docs I couldn't find one). – H2CO3 Dec 2 at 22:13 1 I don't know if he is using libelf, but yes, libelf can parse an ELF file to let you find the binary implementations of functions in a library or executable. I don't know about docs, but source is here: directory.fsf.Org/wiki/Libelf – TJD Dec 2 at 22:22.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions