Hey all...
Since everyone has been helpful thus far in trying to get me in the loop on these things, I thought I'd pose another question to all of you. Can I relatively easily create assembler programs that can be compiled in both ELF formats (for Linux machines) and PE COFF for Windows boxes? Are there any resources out there which outline the differences between the two from an assembler level, and how to work around them?
Thanks everyone for their help thus far.
John
Since everyone has been helpful thus far in trying to get me in the loop on these things, I thought I'd pose another question to all of you. Can I relatively easily create assembler programs that can be compiled in both ELF formats (for Linux machines) and PE COFF for Windows boxes? Are there any resources out there which outline the differences between the two from an assembler level, and how to work around them?
Thanks everyone for their help thus far.
John
http://www.wotsit.org/search.asp?s=binary
sorry i'm not posting more, but it takes a long time for my browser to render each page on this P133 :(
sorry i'm not posting more, but it takes a long time for my browser to render each page on this P133 :(
You can create easily COFF object files with Fasm.Have a look at the COFF example
of Privalov.
of Privalov.