Class: MachO::LoadCommands::IdentCommand
- Inherits:
-
LoadCommand
- Object
- MachOStructure
- LoadCommand
- MachO::LoadCommands::IdentCommand
- 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
- Corresponds to LC_IDENT.
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