Class: MachO::ThreadCommand

Inherits:
LoadCommand show all
Defined in:
lib/macho/load_commands.rb

Overview

Note:

cctools-870 has all fields of thread_command commented out except common ones (cmd, cmdsize)

A load command used to represent threads.

Constant Summary

Constants inherited from LoadCommand

LoadCommand::FORMAT, LoadCommand::SIZEOF

Constants inherited from MachOStructure

MachOStructure::FORMAT, MachOStructure::SIZEOF

Instance Attribute Summary

Attributes inherited from LoadCommand

#cmd, #cmdsize, #offset

Method Summary

Methods inherited from LoadCommand

#initialize, new_from_bin, #to_s, #type

Methods inherited from MachOStructure

bytesize, new_from_bin

Constructor Details

This class inherits a constructor from MachO::LoadCommand