Class: Pliney::MachO::LC_ENCRYPTION_INFO_64_Reader
- Inherits:
-
CommonEncryptionInfoReader
- Object
- Reader
- CommonLCReader
- CommonEncryptionInfoReader
- Pliney::MachO::LC_ENCRYPTION_INFO_64_Reader
- Defined in:
- lib/pliney/macho.rb
Instance Attribute Summary collapse
-
#_pad ⇒ Object
readonly
Returns the value of attribute _pad.
Attributes inherited from CommonEncryptionInfoReader
#cryptid, #cryptoff, #cryptsize
Attributes inherited from CommonLCReader
Attributes inherited from Reader
Instance Method Summary collapse
Methods inherited from CommonLCReader
Methods inherited from Reader
Constructor Details
This class inherits a constructor from Pliney::MachO::Reader
Instance Attribute Details
#_pad ⇒ Object (readonly)
Returns the value of attribute _pad.
497 498 499 |
# File 'lib/pliney/macho.rb', line 497 def _pad @_pad end |
Instance Method Details
#parse ⇒ Object
499 500 501 502 |
# File 'lib/pliney/macho.rb', line 499 def parse() super() @_pad = @fh.read_uint32le end |