Hello,
I am fairly new to this subject, that is ELF and any Linux related stuff. I am trying to write an ELF file and would prefer to do it on WinXP.
My question is, can this be done with MS Visual Studio including the compilation? As far as my understanding goes, ELF files can not be compiled on Windows OSs. Well, at least that's what my Google research discovered to me. Do I have to setup a Linux OS and compile it there?
Can I use the objdumo (part of GNU binutils) to analyze any ELF file on WindowsXP?
Any help and links are very appreciated.