Class GnuBuildAttribute

java.lang.Object
ghidra.app.util.bin.format.elf.info.GnuBuildAttribute
All Implemented Interfaces:
ElfInfoItem

public class GnuBuildAttribute extends Object implements ElfInfoItem
Represents an element from the .gnu.build.attributes section.

Technically this is a NOTE, but this class does not derive from ElfNote because the implementation of build attributes takes liberties with the name field.

  • Constructor Details

    • GnuBuildAttribute

      public GnuBuildAttribute(int nameLen, byte[] nameBytes, int vendorType, byte[] description)
  • Method Details