Class: Elf::Dynamic::StringEntry

Inherits:
Entry
  • Object
show all
Defined in:
lib/elf/dynamic.rb

Overview

An entry for a string value

Instance Attribute Summary

Attributes inherited from Entry

#type, #value

Instance Method Summary collapse

Methods inherited from Entry

#initialize

Constructor Details

This class inherits a constructor from Elf::Dynamic::Entry

Instance Method Details

#parsedObject



188
189
190
191
# File 'lib/elf/dynamic.rb', line 188

def parsed
  @parsed = @file['.dynstr'][@value] unless @parsed
  return @parsed
end