Class: Pliney::MachO::LC_ENCRYPTION_INFO_64_Reader

Inherits:
CommonEncryptionInfoReader show all
Defined in:
lib/pliney/macho.rb

Instance Attribute Summary collapse

Attributes inherited from CommonEncryptionInfoReader

#cryptid, #cryptoff, #cryptsize

Attributes inherited from CommonLCReader

#cmd, #cmdsize

Attributes inherited from Reader

#fh, #startpos

Instance Method Summary collapse

Methods inherited from CommonLCReader

#resolve_type

Methods inherited from Reader

#initialize, parse, #rewind

Constructor Details

This class inherits a constructor from Pliney::MachO::Reader

Instance Attribute Details

#_padObject (readonly)

Returns the value of attribute _pad.



497
498
499
# File 'lib/pliney/macho.rb', line 497

def _pad
  @_pad
end

Instance Method Details

#parseObject



499
500
501
502
# File 'lib/pliney/macho.rb', line 499

def parse()
    super()
    @_pad = @fh.read_uint32le
end