From: Bill Cunningham on
I am reading ELF and win32/PE's formats. But how would I separate data
from code? To make it simple would it be easy to make a file convertor from
PE to ELF? I have the header information but no functions used in the
creation of these files by the linker.

Bill