Class CliBlobMarshalSpec

java.lang.Object
ghidra.app.util.bin.format.pe.cli.blobs.CliBlob
ghidra.app.util.bin.format.pe.cli.blobs.CliBlobMarshalSpec
All Implemented Interfaces:
StructConverter

public class CliBlobMarshalSpec extends CliBlob
  • Constructor Details

  • Method Details

    • getContentsDataType

      public DataType getContentsDataType()
      Description copied from class: CliBlob
      Gets the data type associated with this blob's contents.
      Overrides:
      getContentsDataType in class CliBlob
      Returns:
      The data type associated with this blob's contents.
    • getContentsName

      public String getContentsName()
      Description copied from class: CliBlob
      Gets the name associated with this blob's contents.
      Overrides:
      getContentsName in class CliBlob
      Returns:
      The name associated with this blob's contents.
    • getContentsComment

      public String getContentsComment()
      Description copied from class: CliBlob
      Gets the comment associated with this blob's contents.
      Overrides:
      getContentsComment in class CliBlob
      Returns:
      The comment associated with this blob's contents.
    • getRepresentation

      public String getRepresentation()
      Description copied from class: CliBlob
      Gets the string representation of this blob.
      Overrides:
      getRepresentation in class CliBlob
      Returns:
      The string representation of this blob.