Class StandardElfInfoProducer

java.lang.Object
ghidra.app.util.bin.format.elf.info.StandardElfInfoProducer
All Implemented Interfaces:
ElfInfoProducer, ExtensionPoint

public class StandardElfInfoProducer extends Object implements ElfInfoProducer
Handles marking up and program info for basic ELF note (and note-like) sections.
  • NoteAbiTag
  • NoteGnuBuildId
  • NoteGnuProperty
  • GnuDebugLink (not a note)
  • ElfComment (not a note)

Runs after other ElfInfoProducers that have a normal priority.