Is there any emacs mode to validate ELF file

I often need to check an ELF file (.o, bin, etc.) with readelf, objdump, nm and some other binutils. I would like to know if there is a friendlier way in this direction. By friendly I mean something like: fold / unflod sections the hypertext character btw and where it refers to the interpretation of the dwarf information

the emacs special mode for this purpose is most preferred, and any linux / macos tools I am looking for as well.

Thank you so much!

+3


source to share


1 answer


There dwarf-mode.el

's binutils-gdb in the tree, which offers a pretty nice DWARF display with some link to make navigation easier. It certainly doesn't contain all the features you asked for, although it doesn't add up, doesn't jump with characters in code or data, but just about DWARF navigation.



You can find it here: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=binutils/dwarf-mode.el;hb=HEAD

+1


source







All Articles