class MachO::Sections::Section64

Represents a section of a segment for 64-bit architectures.

Public Instance Methods

to_h() click to toggle source

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

Calls superclass method MachO::Sections::Section#to_h
# File lib/macho/sections.rb, line 209
def to_h
  {
    "reserved3" => reserved3,
  }.merge super
end