class Pliney::MachO::LC_ENCRYPTION_INFO_64_Reader
Attributes
_pad[R]
Public Instance Methods
parse()
click to toggle source
Calls superclass method
Pliney::MachO::CommonEncryptionInfoReader#parse
# File lib/pliney/macho.rb, line 499 def parse() super() @_pad = @fh.read_uint32le end