Class DWARFBlobAttribute
java.lang.Object
ghidra.app.util.bin.format.dwarf.attribs.DWARFBlobAttribute
- All Implemented Interfaces:
DWARFAttributeValue
DWARF attribute with binary bytes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getBytes()intgetValueString(DWARFCompilationUnit cu, DWARFAttributeDef<?> def) toString()
-
Constructor Details
-
DWARFBlobAttribute
public DWARFBlobAttribute(byte[] bytes)
-
-
Method Details
-
getBytes
public byte[] getBytes() -
getLength
public int getLength() -
getValueString
- Specified by:
getValueStringin interfaceDWARFAttributeValue
-
toString
-