Metasm::MachO::SerialStruct
# File metasm/exe_format/macho.rb, line 457 def decode(m) super(m) @data = m.encoded.read(@size) end