Any tool/software in windows for viewing ELF file format? [closed] Any tool/software in windows for viewing ELF file format? [closed] windows windows

Any tool/software in windows for viewing ELF file format? [closed]


readelf and objdump are both excellent utilities if you are on a Unix box.Both are provided by Cygwin.

readelf will give you a good overview of the ELF header information, section headers. You can also use it to get relocation and symbol information. Overall, readelf can give greater detail on the contents of an ELF file.

objdump has some similar features to readelf, but also includes the ability to disassemble sections.


I like objdump. I think it comes with the Mingw and/or cygwin distributions.


I don't think it's quite what you're looking for, but it may still be useful - Agner Fog has an object file converter available here:

http://www.agner.org/optimize/#objconv