I'm working on a project about recompiling Linux binaries to FreeBSD. No, I'm not talking about Linux binary compatibility. I want to do something different. I know FreeBSD and Linux are two different OSes, and it's very hard or maybe impossible to do something like that, but all fine... I will find a way. By the way, I just recompiled one of the hello world software written in c to FBSD. I need some more information about FreeBSD's binary differences.
So I have been searching for differences between FBSD and Linux binary and already found these:
1)Linked libraries are different
2)ELF header different
..?
Note: Assume that architectures are the same(trying on x86_64)
Thanks...
So I have been searching for differences between FBSD and Linux binary and already found these:
1)Linked libraries are different
2)ELF header different
..?
Note: Assume that architectures are the same(trying on x86_64)
Thanks...