c code in other section

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:c code in other section

Post by Pype.Clicker »

looking at "pe.txt" (from wotsit.org), it appears that:
- CPU type can be 386..586 or MIPS (R2000..R6000)
- character encoding may be windows, os/2, posix or unknown
- debugger symbols may follow COFF, CodeView or FPO.

So compared to "MZ" executables, yes, it's portable ... when you know that ELF also has flags to indicate whether fields in the executable are big-endian or little-endian ... well ...
Post Reply