Class CodeSignatureBlobParser
java.lang.Object
ghidra.app.util.bin.format.macho.commands.codesignature.CodeSignatureBlobParser
Class to parse Code Signature blobs
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CodeSignatureGenericBlob
parse
(BinaryReader reader) Parses a new Code Signature blob
-
Constructor Details
-
CodeSignatureBlobParser
public CodeSignatureBlobParser()
-
-
Method Details
-
parse
Parses a new Code Signature blob- Parameters:
reader
- ABinaryReader
positioned at the start of a Code Signature blob- Returns:
- A new Code Signature blob
- Throws:
IOException
- if there was an IO-related error parsing the blob
-