Class DWARFBlobAttribute
java.lang.Object
ghidra.app.util.bin.format.dwarf.attribs.DWARFAttributeValue
ghidra.app.util.bin.format.dwarf.attribs.DWARFBlobAttribute
DWARF attribute with binary bytes.
-
Field Summary
Fields inherited from class ghidra.app.util.bin.format.dwarf.attribs.DWARFAttributeValue
def
-
Constructor Summary
-
Method Summary
Methods inherited from class ghidra.app.util.bin.format.dwarf.attribs.DWARFAttributeValue
getAttributeForm, getAttributeName, toString
-
Constructor Details
-
DWARFBlobAttribute
-
-
Method Details
-
getBytes
public byte[] getBytes() -
getLength
public int getLength() -
evaluateExpression
public DWARFExpressionEvaluator evaluateExpression(DWARFCompilationUnit cu) throws DWARFExpressionException - Throws:
DWARFExpressionException
-
toString
-