Class: MachO::FatHeader

Inherits:
CStruct show all
Defined in:
lib/macho/headers.rb

Overview

‘Fat’ binaries envelop Mach-O binaries so include them for completeness, Fat binary header structure

Constant Summary

Constants inherited from CStruct

CStruct::PackMap, CStruct::SizeMap, CStruct::UnpackMap

Instance Attribute Summary

Attributes inherited from CStruct

#values

Method Summary

Methods inherited from CStruct

#==, #[], #[]=, bytesize, #bytesize, #each, #each_pair, inherited, #initialize, length, #member_index, #member_options, #member_sizes, #members, new_from_bin, #pack_pattern, #serialize, size, #size, sizeof, #sizeof, #unpack_pattern, #unserialize

Constructor Details

This class inherits a constructor from CStruct