Class: Indis::MachO::UUIDCommand
- Inherits:
-
Command
- Object
- Command
- Indis::MachO::UUIDCommand
- Defined in:
- lib/indis-macho/command.rb
Overview
LC_UUID
Constant Summary
Constant Summary
Constants inherited from Command
Command::CMD, Command::CMD_CLASS, Command::LC_REQ_DYLD
Instance Attribute Summary (collapse)
-
- (Object) UUID
readonly
Returns the value of attribute UUID.
Attributes inherited from Command
Instance Method Summary (collapse)
Methods inherited from Command
Constructor Details
This class inherits a constructor from Indis::MachO::Command
Instance Attribute Details
- (Object) UUID (readonly)
Returns the value of attribute UUID
261 262 263 |
# File 'lib/indis-macho/command.rb', line 261 def UUID @UUID end |
Instance Method Details
- (Object) process(payload)
263 264 265 266 |
# File 'lib/indis-macho/command.rb', line 263 def process(payload) super(payload) @UUID = payload.read(16) end |