Class: MachO::LoadCommands::RoutinesCommand64

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

Overview

A load command containing the address of the dynamic shared library initialization routine and an index into the module table for the module that defines the routine. Corresponds to LC_ROUTINES_64.

Constant Summary collapse

FORMAT =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

"L=2Q=8"
SIZEOF =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

72

Instance Attribute Summary

Attributes inherited from RoutinesCommand

#init_address, #init_module, #reserved1, #reserved2, #reserved3, #reserved4, #reserved5, #reserved6

Attributes inherited from LoadCommand

#cmd, #cmdsize, #view

Method Summary

Methods inherited from RoutinesCommand

#initialize, #to_h

Methods inherited from LoadCommand

create, #initialize, new_from_bin, #offset, #serializable?, #serialize, #to_h, #to_s, #type

Methods inherited from MachOStructure

bytesize, new_from_bin, #to_h

Constructor Details

This class inherits a constructor from MachO::LoadCommands::RoutinesCommand