Package ghidra.app.util.bin.format.dwarf4.attribs
-
Interface Summary Interface Description DWARFAttributeValue Base interface for all DWARF attribute value implementations. -
Class Summary Class Description DWARFAmbigNumericAttribute Stores a integer value (with ambiguous signedness) in a long, with a mask that will allow the consumer at a later time to treat the value as signed or unsigned.DWARFAttributeFactory A factory for deserializingdwarf attribute
from a stream.DWARFBlobAttribute DWARF attribute with binary bytes.DWARFBooleanAttribute DWARF boolean attribute.DWARFDeferredStringAttribute DWARF string attribute, where getting the value from the string table is deferred until requested for the first time.DWARFIndirectAttribute DWARF indirect attribute.DWARFNumericAttribute DWARF numeric attribute.DWARFStringAttribute DWARF string attribute.