what is the difference between Linux ARM ELF and iOS ARM ELF files? -


the subject says it. make more clear, wonder difference in detail. mean binary header, or data alignment, or ways map , remap functions or else know of?

can use android arm elf binary on ios? why not? mean syscalls? libc? elf format difference? know darwin not linux. maybe syscalls. guessing, want know knows.

for example compile arm-ios gcc, , link arm-linux ld, happen? work? or why not if not?

sorry, wording messy, because lack deep knowledge. why expertise. otherwise know how find info myself.

thank you

ios binaries don't use elf file format mach-o file format. totally different formats.


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -