class MachO::LoadCommands::EncryptionInfoCommand64

A load command representing the offset to and size of an encrypted segment. Corresponds to LC_ENCRYPTION_INFO_64.

Public Instance Methods

to_h() click to toggle source

@return [Hash] a hash representation of this {EncryptionInfoCommand64}

# File lib/macho/load_commands.rb, line 1106
def to_h
  {
    "pad" => pad,
  }.merge super
end