Class DWARFBlobAttribute

java.lang.Object
ghidra.app.util.bin.format.dwarf4.attribs.DWARFBlobAttribute
All Implemented Interfaces:
DWARFAttributeValue

public class DWARFBlobAttribute extends Object implements DWARFAttributeValue
DWARF attribute with binary bytes.
  • Constructor Details

    • DWARFBlobAttribute

      public DWARFBlobAttribute(byte[] bytes)
  • Method Details

    • getBytes

      public byte[] getBytes()
    • getLength

      public int getLength()
    • toString

      public String toString()
      Overrides:
      toString in class Object