Class: ELFTools::Segments::DynamicSegment
- Includes:
- Dynamic
- Defined in:
- lib/elftools/segments/dynamic_segment.rb
Overview
Class for dynamic table segment.
This class knows how to get the list of dynamic tags.
Instance Attribute Summary
Attributes inherited from Segment
Instance Method Summary collapse
-
#tag_start ⇒ Integer
Get the start address of tags.
Methods included from Dynamic
#each_tags, #tag_at, #tag_by_type, #tags, #tags_by_type
Methods inherited from Segment
create, #data, #executable?, #initialize, #readable?, #type, #writable?
Constructor Details
This class inherits a constructor from ELFTools::Segments::Segment
Instance Method Details
#tag_start ⇒ Integer
Get the start address of tags.
15 16 17 |
# File 'lib/elftools/segments/dynamic_segment.rb', line 15 def tag_start header.p_offset end |