Class: MachO::LoadCommands::ThreadCommand
- Inherits:
-
LoadCommand
- Object
- MachOStructure
- LoadCommand
- MachO::LoadCommands::ThreadCommand
- Defined in:
- lib/macho/load_commands.rb
Overview
Note:
cctools-870 and onwards have all fields of thread_command commented
A load command used to represent threads. out except the common ones (cmd, cmdsize)
Method Summary
Methods inherited from LoadCommand
#cmd, #cmdsize, create, new_from_bin, #offset, #serializable?, #serialize, #to_h, #to_s, #type, #view
Methods inherited from MachOStructure
bytesize, format, #initialize, new_from_bin, #to_h
Constructor Details
This class inherits a constructor from MachO::MachOStructure