Package ghidra.app.util.bin.format.elf.info
package ghidra.app.util.bin.format.elf.info
-
ClassDescriptionAn Elf section that contains null-terminated strings, typically added by the compiler to the binaryInterface and helper functions to read and markup things that have been read from an Elf program.Something that adds nice-to-have markup and program info to Elf binaries.ELF note sections have a well-defined format that combines identity information along with a binary blob that is specific to each type of note.ElfNote.NoteReaderFunc<T extends ElfNote>Represents an element from the .gnu.build.attributes section.Represents a sequence of
GnuBuildAttributeelements, typically found in the ".gnu.build.attributes" section.An ELF section (almost like aElfNote) that contains information about an external DWARF debug file.An ELF note that specifies the minimum kernel ABI required by this binaryAn ELF note that specifies the build-id (sha1/md5/etc hash or manually specified bytes that can be hex-ified) of the containing program.An ELF note that contains a list of enumerated "properties".Contains the information of an individual note property.Handles marking up and program info for basic ELF note (and note-like) sections.