class MachO::Headers::MachHeader64

64-bit Mach-O file header structure

Public Instance Methods

to_h() click to toggle source

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

Calls superclass method MachO::Headers::MachHeader#to_h
# File lib/macho/headers.rb, line 726
def to_h
  {
    "reserved" => reserved,
  }.merge super
end