Class: MachO::LoadCommands::IdentCommand

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

Overview

An obsolete load command containing a free format string table. Each string is null-terminated and the command is zero-padded to a multiple of

  1. Corresponds to LC_IDENT.

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=2"
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.

8

Instance Attribute Summary

Attributes inherited from LoadCommand

#cmd, #cmdsize, #view

Method Summary

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::LoadCommand