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
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static class
static enum
static class
-
Field Summary
Fields inherited from class ghidra.app.util.bin.format.pe.cli.blobs.CliBlob
blobOffset, contentsOffset, contentsSize, PATH
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the comment associated with this blob's contents.Gets the data type associated with this blob's contents.Gets the name associated with this blob's contents.Gets the string representation of this blob.Methods inherited from class ghidra.app.util.bin.format.pe.cli.blobs.CliBlob
decodeCompressedSigned, decodeCompressedSigned, decodeCompressedSigned, decodeCompressedSignedInt, decodeCompressedUnsigned, decodeCompressedUnsigned, decodeCompressedUnsigned, decodeCompressedUnsignedInt, getContents, getContentsReader, getContentsSize, getDataTypeForBytes, getName, getSize, getSizeDataType, getStreamIndex, isLittleEndian, testSizeDecoding, toDataType, toDataType
-
Constructor Details
-
CliBlobMarshalSpec
- Throws:
IOException
-
-
Method Details
-
getContentsDataType
Description copied from class:CliBlob
Gets the data type associated with this blob's contents.- Overrides:
getContentsDataType
in classCliBlob
- Returns:
- The data type associated with this blob's contents.
-
getContentsName
Description copied from class:CliBlob
Gets the name associated with this blob's contents.- Overrides:
getContentsName
in classCliBlob
- Returns:
- The name associated with this blob's contents.
-
getContentsComment
Description copied from class:CliBlob
Gets the comment associated with this blob's contents.- Overrides:
getContentsComment
in classCliBlob
- Returns:
- The comment associated with this blob's contents.
-
getRepresentation
Description copied from class:CliBlob
Gets the string representation of this blob.- Overrides:
getRepresentation
in classCliBlob
- Returns:
- The string representation of this blob.
-