Class: Pliney::AppleCodeSignature::EmbeddedSignature

Inherits:
SuperBlob
  • Object
show all
Defined in:
lib/pliney/apple_code_signature.rb

Overview

SuperBlob containing all the signing components that are usually embedded within a main executable. This is what we embed in Mach-O images. It is also what we use for detached signatures for non-Mach-O binaries.

Instance Attribute Summary

Attributes inherited from SuperBlob

#content_infos, #contents

Attributes inherited from Blob

#input, #magic, #size

Method Summary

Methods inherited from SuperBlob

#parse

Methods inherited from Blob

#initialize, #parse

Constructor Details

This class inherits a constructor from Pliney::AppleCodeSignature::Blob